index
:
Project-1CE/libcore
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
json
Age
Commit message (
Expand
)
Author
2019-12-11
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-09-24
Add TEST_MAPPINGs for miscellaneous libcore packages.
Pete Gillin
2018-11-13
Add nullability annotations to JSONObject.
Pete Gillin
2018-10-18
Add @UnsupportedAppUsage to non-ojluni classes
Paul Duffin
2018-10-10
Add JSONObject.keySet() to the CorePlatformApi
Neil Fuller
2017-11-08
Move libcore tests to non-libcore packages.
Tobias Thierer
2017-06-27
Updates JSONException for API parity to org.json
John J. Aylward
2016-04-25
Make broken JSONOBject.NULL.equals(null) consistent with Objects.hashCode(null)
Tobias Thierer
2015-11-12
Merge lmp changes into mnc.
Narayan Kamath
2015-11-12
Remove bogus test case from JSONObjectTest.
Narayan Kamath
2015-01-29
Fix org.json.JSONTokenerTest#testNextStringUnicodeEscaped.
Elliott Hughes
2015-01-22
Throw JSONException rather than NumberFormatException for an invalid escape.
Elliott Hughes
2014-01-22
Add missing JSONObject#keySet API.
Narayan Kamath
2014-01-13
Fix docs build.
Narayan Kamath
2014-01-13
Implement JSONObject#append.
Narayan Kamath
2014-01-13
Fix JSONObject#test_toString_listAsMapValues
Narayan Kamath
2013-11-28
Fix JSONArrayTest.
Narayan Kamath
2013-11-26
Add a test for JSONArray and enums.
Elliott Hughes
2013-10-12
Make JSONObject summary documentation clearer.
Elliott Hughes
2013-07-11
Implement JSONObject.wrap, and use it.
Elliott Hughes
2013-07-09
Implement JSONArray.remove.
Elliott Hughes
2013-02-20
Be explicit about how dangerous JSON "longs" are.
Elliott Hughes
2012-12-04
Add detail messages to all remaining NullPointerExceptions.
Elliott Hughes
2011-07-20
Skip byte order mark (BOM) in org.json
Jesse Wilson
2011-07-08
Fix string to boolean coercsion.
Jesse Wilson
2010-12-03
Comments/javadoc should be in en_US, not en_CA.
Elliott Hughes
2010-08-11
Sorting imports.
Jesse Wilson
2010-06-04
Scrubbing broken tests and removing unnecessary organization AllTests.java fi...
Jesse Wilson
2010-05-13
Remove all trailing whitespace from the dalvik team-maintained parts of libcore.
Elliott Hughes
2010-04-06
Adding support for hash '#' comments to our JSON parser.
Jesse Wilson
2010-03-25
Test and document our handling of nulls with getString().
Jesse Wilson
2010-03-18
Drop needless parens from Javadoc.
Jesse Wilson
2010-03-18
Javadoc for JSONArray.
Jesse Wilson
2010-03-17
Merge "Javadocs for JSONObject."
Jesse Wilson
2010-03-17
Javadocs for JSONObject.
Jesse Wilson
2010-03-16
Fixing an @link issue that is upsetting DroidDoc.
Jesse Wilson
2010-03-16
First half of JSON Javadocs.
Jesse Wilson
2010-03-12
Adding an Apache-licensed implementation of org.json
Jesse Wilson
2010-03-12
Removing the non-free org.json implementation
Jesse Wilson
2010-03-12
A cleanroom implementation of the org.json API.
Jesse Wilson
2010-03-10
New tests for JSONObject and for JSON's self-use.
Jesse Wilson
2010-02-17
Fixing packages for JSON tests
Jesse Wilson
2010-02-17
First round of tests for the subset of the org.json in Android.
Jesse Wilson
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project