summaryrefslogtreecommitdiffstats
path: root/core/java/android/util/JsonWriter.java
Commit message (Expand)AuthorAgeFilesLines
* Always escape chars that JavaScript treats as newlines.Jesse Wilson2011-07-181-0/+10
* Patch new JSON APIs with changes informed by GSON.Jesse Wilson2011-01-101-4/+50
* Fix typos in JSON documentation.Jesse Wilson2010-10-151-1/+1
* Adding JsonReader.setLenient() to handle malformed JSON strings.Jesse Wilson2010-08-061-16/+13
* A new streaming JSON API.Jesse Wilson2010-08-061-0/+475