aboutsummaryrefslogtreecommitdiffstats
path: root/gson/src/test/java/com/google/gson/JsonParserTest.java
Commit message (Expand)AuthorAgeFilesLines
* Adding Red-Black Tree implementation and tying it into the Gson bindings.Joel Leitch2012-10-111-1/+1
* When EOF is encountered prematurely, Streams.parse() (and JsonParser) now thr...Inderjeet Singh2012-07-021-4/+6
* Fixed issue 443 by relying on Streams.parse() to return a JsonNull on empty d...Inderjeet Singh2012-06-301-0/+7
* Added methods to convert to JsonElement in TypeAdapter.Inderjeet Singh2011-08-031-0/+1
* Support unquoted single word strings in lenient mode!Jesse Wilson2011-02-101-11/+7
* Remove duplicate test.Joel Leitch2010-11-161-7/+0
* Required strings to be quoted even in lenient mode.Joel Leitch2010-11-161-1/+22
* Fixing parsing of unquoted strings to be (somewhat) consistent with previous ...Joel Leitch2010-11-101-11/+20
* Fix some test problems.Jesse Wilson2010-09-021-5/+3
* Use JsonReader internally rather than JsonParserJavacc.Jesse Wilson2010-08-271-3/+5
* Added another test to JsonParserTest.Joel Leitch2009-09-231-0/+11
* Return a "JsonNull" object for empty whitespace input into the JsonParser.Joel Leitch2009-09-231-0/+11
* Added a new API method in JsonParser to allow reading of multiple JSON object...Inderjeet Singh2009-05-081-0/+22
* Adding copyright statement to JsonParserTest.Joel Leitch2009-04-011-0/+16
* Changed version to 1.3 Inderjeet Singh2009-03-311-2/+10
* Exposed API for JsonParser and added methods to Gson to deserialize from a pa...Inderjeet Singh2009-02-041-0/+29