guochaiqi / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

Gson parser consumes more input that needed #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See the discussion at: 
http://groups.google.com/group/google-gson/browse_thread/thread/af43e04cb644b734
?hl=en

Original issue reported on code.google.com by inder123 on 8 May 2009 at 4:26

GoogleCodeExporter commented 9 years ago
Fixed in r422 by adding a new API method for being able to parse a stream
asynchronously as well as to allow looking for multiple JSON elements on the 
stream.

Original comment by inder123 on 8 May 2009 at 10:25

GoogleCodeExporter commented 9 years ago
Refactored the async parsing code into a new top-level class JsonParserAsync in 
r424

Original comment by inder123 on 14 May 2009 at 8:20