summaryrefslogtreecommitdiffstats
path: root/json/src/test
Commit message (Expand)AuthorAgeFilesLines
* Implement JSONObject#append.Narayan Kamath2014-01-131-0/+35
* Fix JSONObject#test_toString_listAsMapValuesNarayan Kamath2014-01-131-2/+3
* Fix JSONArrayTest.Narayan Kamath2013-11-281-1/+1
* Add a test for JSONArray and enums.Elliott Hughes2013-11-261-0/+13
* Implement JSONObject.wrap, and use it.Elliott Hughes2013-07-112-3/+37
* Implement JSONArray.remove.Elliott Hughes2013-07-091-4/+17
* Skip byte order mark (BOM) in org.jsonJesse Wilson2011-07-201-0/+12
* Fix string to boolean coercsion.Jesse Wilson2011-07-082-0/+26
* Sorting imports.Jesse Wilson2010-08-114-10/+18
* 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-062-0/+16
* Test and document our handling of nulls with getString().Jesse Wilson2010-03-251-0/+23
* Javadocs for JSONObject.Jesse Wilson2010-03-171-0/+47
* A cleanroom implementation of the org.json API.Jesse Wilson2010-03-127-161/+664
* 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