-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update JsonReader to use less memory (#28)
- Loading branch information
1 parent
6425fba
commit f89fc0d
Showing
5 changed files
with
109 additions
and
7 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,20 @@ | ||
{ | ||
"author": { | ||
"firstname": "Kim", | ||
"lastname": "Ralls", | ||
"books": [ | ||
{ | ||
"title": "XML Developer's Guide", | ||
"genre": "Computer", | ||
"price": 44.95, | ||
"description": "An in-depth look at creating applications with XML." | ||
}, | ||
{ | ||
"title": "Midnight Rain", | ||
"genre": "Fantasy", | ||
"price": 5.95, | ||
"description": "A former architect battles corporate zombies, an evil sorceress, and her own childhood to become queen of the world." | ||
} | ||
] | ||
} | ||
} |
File renamed without changes.