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