summaryrefslogtreecommitdiffstats
path: root/json
Commit message (Expand)AuthorAgeFilesLines
* Fix org.json.JSONTokenerTest#testNextStringUnicodeEscaped.Elliott Hughes2015-01-291-3/+2
* Throw JSONException rather than NumberFormatException for an invalid escape.Elliott Hughes2015-01-222-6/+14
* Add missing JSONObject#keySet API.Narayan Kamath2014-01-221-2/+16
* Fix docs build.Narayan Kamath2014-01-131-1/+3
* Implement JSONObject#append.Narayan Kamath2014-01-133-8/+85
* Fix JSONObject#test_toString_listAsMapValuesNarayan Kamath2014-01-132-5/+6
* Fix JSONArrayTest.Narayan Kamath2013-11-281-1/+1
* Add a test for JSONArray and enums.Elliott Hughes2013-11-261-0/+13
* Make JSONObject summary documentation clearer.Elliott Hughes2013-10-121-20/+21
* Implement JSONObject.wrap, and use it.Elliott Hughes2013-07-114-6/+110
* Implement JSONArray.remove.Elliott Hughes2013-07-092-4/+28
* Be explicit about how dangerous JSON "longs" are.Elliott Hughes2013-02-201-5/+9
* Add detail messages to all remaining NullPointerExceptions.Elliott Hughes2012-12-042-2/+2
* Skip byte order mark (BOM) in org.jsonJesse Wilson2011-07-202-0/+16
* Fix string to boolean coercsion.Jesse Wilson2011-07-087-15/+45
* Comments/javadoc should be in en_US, not en_CA.Elliott Hughes2010-12-031-1/+1
* Sorting imports.Jesse Wilson2010-08-115-11/+19
* Scrubbing broken tests and removing unnecessary organization AllTests.java fi...Jesse Wilson2010-06-041-33/+0
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-135-7/+7
* Adding support for hash '#' comments to our JSON parser.Jesse Wilson2010-04-063-30/+70
* Test and document our handling of nulls with getString().Jesse Wilson2010-03-252-1/+26
* Drop needless parens from Javadoc.Jesse Wilson2010-03-184-14/+14
* Javadoc for JSONArray.Jesse Wilson2010-03-182-24/+290
* Merge "Javadocs for JSONObject."Jesse Wilson2010-03-173-7/+374
|\
| * Javadocs for JSONObject.Jesse Wilson2010-03-173-7/+374
* | Fixing an @link issue that is upsetting DroidDoc.Jesse Wilson2010-03-161-4/+4
|/
* First half of JSON Javadocs.Jesse Wilson2010-03-163-19/+214
* Adding an Apache-licensed implementation of org.jsonJesse Wilson2010-03-126-0/+0
* Removing the non-free org.json implementationJesse Wilson2010-03-125-2662/+0
* A cleanroom implementation of the org.json API.Jesse Wilson2010-03-1213-161/+2362
* New tests for JSONObject and for JSON's self-use.Jesse Wilson2010-03-105-7/+1090
* Fixing packages for JSON testsJesse Wilson2010-02-173-14/+3
* First round of tests for the subset of the org.json in Android.Jesse Wilson2010-02-174-0/+1301
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-036-0/+2662
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-036-2662/+0
* Initial ContributionThe Android Open Source Project2008-10-216-0/+2662