| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix org.json.JSONTokenerTest#testNextStringUnicodeEscaped. | Elliott Hughes | 2015-01-29 | 1 | -3/+2 |
* | Throw JSONException rather than NumberFormatException for an invalid escape. | Elliott Hughes | 2015-01-22 | 2 | -6/+14 |
* | Add missing JSONObject#keySet API. | Narayan Kamath | 2014-01-22 | 1 | -2/+16 |
* | Fix docs build. | Narayan Kamath | 2014-01-13 | 1 | -1/+3 |
* | Implement JSONObject#append. | Narayan Kamath | 2014-01-13 | 3 | -8/+85 |
* | Fix JSONObject#test_toString_listAsMapValues | Narayan Kamath | 2014-01-13 | 2 | -5/+6 |
* | Fix JSONArrayTest. | Narayan Kamath | 2013-11-28 | 1 | -1/+1 |
* | Add a test for JSONArray and enums. | Elliott Hughes | 2013-11-26 | 1 | -0/+13 |
* | Make JSONObject summary documentation clearer. | Elliott Hughes | 2013-10-12 | 1 | -20/+21 |
* | Implement JSONObject.wrap, and use it. | Elliott Hughes | 2013-07-11 | 4 | -6/+110 |
* | Implement JSONArray.remove. | Elliott Hughes | 2013-07-09 | 2 | -4/+28 |
* | Be explicit about how dangerous JSON "longs" are. | Elliott Hughes | 2013-02-20 | 1 | -5/+9 |
* | Add detail messages to all remaining NullPointerExceptions. | Elliott Hughes | 2012-12-04 | 2 | -2/+2 |
* | Skip byte order mark (BOM) in org.json | Jesse Wilson | 2011-07-20 | 2 | -0/+16 |
* | Fix string to boolean coercsion. | Jesse Wilson | 2011-07-08 | 7 | -15/+45 |
* | Comments/javadoc should be in en_US, not en_CA. | Elliott Hughes | 2010-12-03 | 1 | -1/+1 |
* | Sorting imports. | Jesse Wilson | 2010-08-11 | 5 | -11/+19 |
* | Scrubbing broken tests and removing unnecessary organization AllTests.java fi... | Jesse Wilson | 2010-06-04 | 1 | -33/+0 |
* | Remove all trailing whitespace from the dalvik team-maintained parts of libcore. | Elliott Hughes | 2010-05-13 | 5 | -7/+7 |
* | Adding support for hash '#' comments to our JSON parser. | Jesse Wilson | 2010-04-06 | 3 | -30/+70 |
* | Test and document our handling of nulls with getString(). | Jesse Wilson | 2010-03-25 | 2 | -1/+26 |
* | Drop needless parens from Javadoc. | Jesse Wilson | 2010-03-18 | 4 | -14/+14 |
* | Javadoc for JSONArray. | Jesse Wilson | 2010-03-18 | 2 | -24/+290 |
* | Merge "Javadocs for JSONObject." | Jesse Wilson | 2010-03-17 | 3 | -7/+374 |
|\ |
|
| * | Javadocs for JSONObject. | Jesse Wilson | 2010-03-17 | 3 | -7/+374 |
* | | Fixing an @link issue that is upsetting DroidDoc. | Jesse Wilson | 2010-03-16 | 1 | -4/+4 |
|/ |
|
* | First half of JSON Javadocs. | Jesse Wilson | 2010-03-16 | 3 | -19/+214 |
* | Adding an Apache-licensed implementation of org.json | Jesse Wilson | 2010-03-12 | 6 | -0/+0 |
* | Removing the non-free org.json implementation | Jesse Wilson | 2010-03-12 | 5 | -2662/+0 |
* | A cleanroom implementation of the org.json API. | Jesse Wilson | 2010-03-12 | 13 | -161/+2362 |
* | New tests for JSONObject and for JSON's self-use. | Jesse Wilson | 2010-03-10 | 5 | -7/+1090 |
* | Fixing packages for JSON tests | Jesse Wilson | 2010-02-17 | 3 | -14/+3 |
* | First round of tests for the subset of the org.json in Android. | Jesse Wilson | 2010-02-17 | 4 | -0/+1301 |
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 6 | -0/+2662 |
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 6 | -2662/+0 |
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 6 | -0/+2662 |