aboutsummaryrefslogtreecommitdiff
path: root/json
AgeCommit message (Expand)Author
2023-01-27json: Improve JSON deserialization performanceJacob Abrams
2022-05-25Update reference to EF item and fix typo.Almaz Mingaleev
2022-01-19Unhide JSONObject.append()Sorin Basca
2021-07-26Remove @CorePlatformApi usage in libcore/Victor Chang
2021-06-04Annotate @CorePlatformApi(STABLE) APIs with @SystemApi(MODULE_LIBRARIES)Victor Chang
2021-06-02Add @hide javadoc to @CorePlatformApi(status = STABLE) and private constructorsVictor Chang
2021-04-29Mark stable and document org.json.JSONObject#keySetNikita Iashchenko
2019-12-11Use new UnsupportedAppUsage annotation.Artur Satayev
2019-09-24Add TEST_MAPPINGs for miscellaneous libcore packages.Pete Gillin
2018-11-13Add nullability annotations to JSONObject.Pete Gillin
2018-10-18Add @UnsupportedAppUsage to non-ojluni classesPaul Duffin
2018-10-10Add JSONObject.keySet() to the CorePlatformApiNeil Fuller
2017-11-08Move libcore tests to non-libcore packages.Tobias Thierer
2017-06-27Updates JSONException for API parity to org.jsonJohn J. Aylward
2016-04-25Make broken JSONOBject.NULL.equals(null) consistent with Objects.hashCode(null)Tobias Thierer
2015-11-12Merge lmp changes into mnc.Narayan Kamath
2015-11-12Remove bogus test case from JSONObjectTest.Narayan Kamath
2015-01-29Fix org.json.JSONTokenerTest#testNextStringUnicodeEscaped.Elliott Hughes
2015-01-22Throw JSONException rather than NumberFormatException for an invalid escape.Elliott Hughes
2014-01-22Add missing JSONObject#keySet API.Narayan Kamath
2014-01-13Fix docs build.Narayan Kamath
2014-01-13Implement JSONObject#append.Narayan Kamath
2014-01-13Fix JSONObject#test_toString_listAsMapValuesNarayan Kamath
2013-11-28Fix JSONArrayTest.Narayan Kamath
2013-11-26Add a test for JSONArray and enums.Elliott Hughes
2013-10-12Make JSONObject summary documentation clearer.Elliott Hughes
2013-07-11Implement JSONObject.wrap, and use it.Elliott Hughes
2013-07-09Implement JSONArray.remove.Elliott Hughes
2013-02-20Be explicit about how dangerous JSON "longs" are.Elliott Hughes
2012-12-04Add detail messages to all remaining NullPointerExceptions.Elliott Hughes
2011-07-20Skip byte order mark (BOM) in org.jsonJesse Wilson
2011-07-08Fix string to boolean coercsion.Jesse Wilson
2010-12-03Comments/javadoc should be in en_US, not en_CA.Elliott Hughes
2010-08-11Sorting imports.Jesse Wilson
2010-06-04Scrubbing broken tests and removing unnecessary organization AllTests.java fi...Jesse Wilson
2010-05-13Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes
2010-04-06Adding support for hash '#' comments to our JSON parser.Jesse Wilson
2010-03-25Test and document our handling of nulls with getString().Jesse Wilson
2010-03-18Drop needless parens from Javadoc.Jesse Wilson
2010-03-18Javadoc for JSONArray.Jesse Wilson
2010-03-17Merge "Javadocs for JSONObject."Jesse Wilson
2010-03-17Javadocs for JSONObject.Jesse Wilson
2010-03-16Fixing an @link issue that is upsetting DroidDoc.Jesse Wilson
2010-03-16First half of JSON Javadocs.Jesse Wilson
2010-03-12Adding an Apache-licensed implementation of org.jsonJesse Wilson
2010-03-12Removing the non-free org.json implementationJesse Wilson
2010-03-12A cleanroom implementation of the org.json API.Jesse Wilson
2010-03-10New tests for JSONObject and for JSON's self-use.Jesse Wilson
2010-02-17Fixing packages for JSON testsJesse Wilson
2010-02-17First round of tests for the subset of the org.json in Android.Jesse Wilson