Go to file
Jesse Wilson c5c65ba626 Add an experimental rewrite of JsonReader.
The motivating difference is that JsonReaderV2 tries to read each character at most once. This means that when it reads literals, it also attempts to decode them to a keyword (true/false/null) or a number.

This change also _doesn't_ read strings until demanded to do so. This should permit streaming access to strings down the road.

This code is not yet complete, nor is has it been properly optimized. And the implementation is also quite a mess! It is a work in progress.
2012-08-25 04:31:56 +00:00
examples/android-proguard-example Retain annotations when using proguard + gson. From patch on issue 358. 2011-12-16 05:18:01 +00:00
extras updated oss-parent version to 7 in gson-extras pom. 2012-08-01 20:57:51 +00:00
gson Add an experimental rewrite of JsonReader. 2012-08-25 04:31:56 +00:00
lib moved lib at the top-level to share eclipse styles. 2008-09-01 03:27:34 +00:00
metrics Check in our best Jackson vs. Gson comparison benchmarks. 2011-12-15 07:03:01 +00:00
proto updated version of protobuf dependency 2011-04-22 18:29:36 +00:00