-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
5 changed files
with
95 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<obj> | ||
<arr id="projects"> | ||
<obj> | ||
<val id="project_name" class="apos quoted str"> | ||
Google Gson | ||
</val> | ||
<val id="url" class="quot quoted str"> | ||
https://github.com/google/gson | ||
</val> | ||
<val id="rating" class="unquoted num"> | ||
4.956 | ||
</val> | ||
<arr id="contributors"> | ||
<obj> | ||
<val id="first_name" class="unquoted str"> | ||
Jesse | ||
</val> | ||
<val id="last_name" class="apos quoted str"> | ||
Wilson | ||
</val> | ||
<val id="home_page" class="quot quoted str"> | ||
https://medium.com/@swankjesse | ||
</val> | ||
</obj> | ||
</arr> | ||
</obj> | ||
<obj> | ||
<val id="project_name" class="unquoted str"> | ||
jsoup | ||
</val> | ||
<val id="url" class="quot quoted str"> | ||
https://jsoup.org | ||
</val> | ||
<val id="rating" class="unquoted num"> | ||
5e10 | ||
</val> | ||
<arr id="contributors"> | ||
<obj> | ||
<val id="first_name" class="quot quoted str"> | ||
Jonathan | ||
</val> | ||
<val id="last_name" class="quot quoted str"> | ||
Hedley | ||
</val> | ||
<val id="home_page" class="quot quoted str"> | ||
https://jhy.io | ||
</val> | ||
</obj> | ||
<obj> | ||
<val id="first_name" class="quot quoted str"> | ||
Andrej | ||
</val> | ||
<val id="last_name" class="quot quoted str"> | ||
Fink | ||
</val> | ||
<val id="home_page" class="quot quoted str"> | ||
https://github.com/magicprinc | ||
</val> | ||
</obj> | ||
</arr> | ||
</obj> | ||
</arr> | ||
</obj> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<obj><arr id="projects"><obj><val id="project_name">Google Gson</val><val id="url">https://github.com/google/gson</val><val id="rating">4.956</val><arr id="contributors"><obj><val id="first_name">Jesse</val><val id="last_name">Wilson</val><val id="home_page">https://medium.com/@swankjesse</val></obj></arr></obj><obj><val id="project_name">jsoup</val><val id="url">https://jsoup.org</val><val id="rating">5e10</val><arr id="contributors"><obj><val id="first_name">Jonathan</val><val id="last_name">Hedley</val><val id="home_page">https://jhy.io</val></obj><obj><val id="first_name">Andrej</val><val id="last_name">Fink</val><val id="home_page">https://github.com/magicprinc</val></obj></arr></obj></arr></obj> |