Go to file
Jesse Wilson 765a9f1ecd Brand new classes for streaming JSON efficiently.
Notable features:
 - Efficiency. The parser is faster than the current javacc parser. It's also faster than popular libraries for JSON streaming.
 - Toggle lenient/strict
 - Toggle pretty/compact
 - Friendly error messages on bad JSON
 - GSON-quality Javadoc
 - Non-execute prefix handling

This doesn't wire JsonReader up into Gson just yet. That's coming soon...
2010-08-26 08:44:02 +00:00
gson Brand new classes for streaming JSON efficiently. 2010-08-26 08:44:02 +00:00
lib moved lib at the top-level to share eclipse styles. 2008-09-01 03:27:34 +00:00
wsclient Updated Gson version to 1.5 in maven configuration to match the current version. 2010-07-20 05:32:21 +00:00
wsdef Updated Gson version to 1.5 in maven configuration to match the current version. 2010-07-20 05:32:21 +00:00
wsexample fixed copyright notice, minor cosmetic changes. 2010-07-20 00:34:40 +00:00
wsf Updated Gson version to 1.5 in maven configuration to match the current version. 2010-07-20 05:32:21 +00:00