Releases: stleary/JSON-java
Releases · stleary/JSON-java
20231013
Pull Request |
Description |
#793 |
Reverted #761 |
#792 |
update the docs for release 20231013 |
#783 |
optLong vs getLong inconsistencies |
#782 |
Fix XMLTest.testIndentComplicatedJsonObjectWithArrayAndWithConfig() for Windows |
#779 |
add validity check for JSONObject constructors |
#778 |
Fix XMLTest.testIndentComplicatedJsonObjectWithArrayAndWithConfig() for Windows |
#776 |
Update [JUnit to version 4.13.2 |
#774 |
Removing unneeded synchronization |
#773 |
Add optJSONArray method to JSONObject with a default value |
#772 |
Disallow nested objects and arrays as keys in objects |
#779 |
Unit test cleanup |
#769 |
Addressed Java 17 compile warnings |
#764 |
Update CodeQL action version |
#761 |
Add module-info |
#759 |
JSON parsing should detect embedded |
#753 |
Updated new object methods |
#752 |
Fixes possible unit test bug when compiling/testing on Windows |
20230227
Pull Request |
Description |
#723 |
Protect JSONML from stack overflow exceptions caused by recursion |
#720 |
Limit the XML nesting depth for CVE-2022-45688 |
#711 |
Revert pull 707 - interviewbit spam |
#704 |
Move javadoc comments above the interface definition to make it visible |
#703 |
Update Releases.md for JSONObject(Map): Throws NPE if key is null |
#696 |
Update JSONPointerTest for NonDex compatibility |
#694 |
Pretty print XML |
#692 |
Example.md syntax highlight and indentation |
#691 |
Create unit tests for various number formats |
20220924
Pull Request |
Description |
#688 |
Update copyright to Public Domain |
#687 |
Fix a typo |
#685 |
JSONObject map type unit tests |
#684 |
Remove v7 build from pipeline |
#682 |
JSONString similarity |
#675 |
#675 |
20220320
Pull Request |
Description |
#660 |
Wrap StackOverflow with JSONException |