1. 8fbcc6b Fixed a possible infinite loop in JsonReader#skipValue() by Calin Juravle · 10 years ago
  2. d1ad3c2 Fix benign off-by-one in JsonReader. by Jesse Wilson · 13 years ago
  3. 7a2c813 Skip byte order mark (BOM) in JsonReader by Jesse Wilson · 13 years ago
  4. febae4e Track line and column when parsing JSON. by Jesse Wilson · 13 years ago
  5. 847cf34 Pool strings in JsonReader. by Jesse Wilson · 13 years ago
  6. 9d30ea0 Don't leak JsonReaders in example code. by Jesse Wilson · 13 years ago
  7. eb97c0d Patch new JSON APIs with changes informed by GSON. by Jesse Wilson · 14 years ago
  8. 9d9b4e7 Decode JSON literal types eagerly and with our own decoder. by Jesse Wilson · 14 years ago
  9. 3312b29 Fix typos in JSON documentation. by Jesse Wilson · 14 years ago
  10. d07fb88 Optimizing skipValue() to avoid allocation. by Jesse Wilson · 14 years ago
  11. 1ba4171 Adding JsonReader.setLenient() to handle malformed JSON strings. by Jesse Wilson · 14 years ago
  12. 76d7e20 A new streaming JSON API. by Jesse Wilson · 14 years ago