Age | Commit message (Expand) | Author |
---|---|---|
2021-04-29 | Copy StringPool to framework | Nikita Iashchenko |
2018-10-03 | docs: bug 37077993, object instead of array | kopriva |
2014-02-18 | Fixed a possible infinite loop in JsonReader#skipValue() | Calin Juravle |
2011-07-22 | Fix benign off-by-one in JsonReader. | Jesse Wilson |
2011-07-20 | Skip byte order mark (BOM) in JsonReader | Jesse Wilson |
2011-07-18 | Track line and column when parsing JSON. | Jesse Wilson |
2011-04-21 | Pool strings in JsonReader. | Jesse Wilson |
2011-03-16 | Don't leak JsonReaders in example code. | Jesse Wilson |
2011-01-10 | Patch new JSON APIs with changes informed by GSON. | Jesse Wilson |
2010-11-18 | Decode JSON literal types eagerly and with our own decoder. | Jesse Wilson |
2010-10-15 | Fix typos in JSON documentation. | Jesse Wilson |
2010-08-06 | Optimizing skipValue() to avoid allocation. | Jesse Wilson |
2010-08-06 | Adding JsonReader.setLenient() to handle malformed JSON strings. | Jesse Wilson |
2010-08-06 | A new streaming JSON API. | Jesse Wilson |