Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a possible infinite loop in JsonReader#skipValue() | Calin Juravle | 2014-02-18 | 1 | -0/+3 |
* | Fix benign off-by-one in JsonReader. | Jesse Wilson | 2011-07-22 | 1 | -3/+3 |
* | Skip byte order mark (BOM) in JsonReader | Jesse Wilson | 2011-07-20 | 1 | -0/+8 |
* | Track line and column when parsing JSON. | Jesse Wilson | 2011-07-18 | 1 | -1/+40 |
* | Pool strings in JsonReader. | Jesse Wilson | 2011-04-21 | 1 | -5/+8 |
* | Don't leak JsonReaders in example code. | Jesse Wilson | 2011-03-16 | 1 | -1/+5 |
* | Patch new JSON APIs with changes informed by GSON. | Jesse Wilson | 2011-01-10 | 1 | -13/+21 |
* | Decode JSON literal types eagerly and with our own decoder. | Jesse Wilson | 2010-11-18 | 1 | -149/+197 |
* | Fix typos in JSON documentation. | Jesse Wilson | 2010-10-15 | 1 | -2/+2 |
* | Optimizing skipValue() to avoid allocation. | Jesse Wilson | 2010-08-06 | 1 | -13/+23 |
* | Adding JsonReader.setLenient() to handle malformed JSON strings. | Jesse Wilson | 2010-08-06 | 1 | -61/+103 |
* | A new streaming JSON API. | Jesse Wilson | 2010-08-06 | 1 | -0/+1006 |