summaryrefslogtreecommitdiff
path: root/core/java/android/util/JsonWriter.java
AgeCommit message (Expand)Author
2011-07-18Always escape chars that JavaScript treats as newlines.Jesse Wilson
2011-01-10Patch new JSON APIs with changes informed by GSON.Jesse Wilson
2010-10-15Fix typos in JSON documentation.Jesse Wilson
2010-08-06Adding JsonReader.setLenient() to handle malformed JSON strings.Jesse Wilson
2010-08-06A new streaming JSON API.Jesse Wilson