1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Feb 19, 2025 — Feb 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moves src folder to simplify build.gradle configuration. If JSON-Java source is merged, it's src fold would now be src/main/java/org.json/ instead of src/main/org.json as well. More... over 9 years ago
Merge pull request #1 from stleary/master More... over 9 years ago
Merge pull request #1 from stleary/master More... over 9 years ago
Merge pull request #49 from madsager/master More... over 9 years ago
Merge pull request #236 from madsager/master More... over 9 years ago
Add test that an invalid escape sequence results in a JSONException and not a NumberFormatException. More... over 9 years ago
Pass in the throwable that caused the error. More... over 9 years ago
Make nextString throw a JSONException instead of a NumberFormatException for malformed input. More... over 9 years ago
Merge pull request #48 from erosb/master More... almost 10 years ago
Update JSONObject.java More... almost 10 years ago
Update JSONArray.java More... almost 10 years ago
Merge pull request #234 from erosb/master More... almost 10 years ago
unittests for stlear/JSON-Java#233 More... almost 10 years ago
fixing stleary/JSON-Java#233 More... almost 10 years ago
convert remaining JsonPath expressions to JSONPointer More... almost 10 years ago
convert tests to use JSONPointer where practical More... almost 10 years ago
added some JavaDocs More... almost 10 years ago
add coverage for JSONObject, JSONArray queryFrom() More... almost 10 years ago
add timestamps to recent commits, javadocs for JSONObject, JSONArray queryFrom() methods More... almost 10 years ago
exclude resources from test More... almost 10 years ago
Merge pull request #47 from stleary/add-to-test-suite-and-fix-resource More... almost 10 years ago
add JSONPointerTest to test suite, fix resource for gradle build More... almost 10 years ago
Merge pull request #46 from erosb/master More... almost 10 years ago
Merge pull request #222 from erosb/master More... almost 10 years ago
Update README.md More... almost 10 years ago
Update README.md More... almost 10 years ago
Update README.md More... almost 10 years ago
Update README.md More... almost 10 years ago
added test for checking if the JSONPointer is immutable More... almost 10 years ago
added copying to JSONPointer constructor More... almost 10 years ago