Skip to content

Releases: stleary/JSON-java

20250107: Merge pull request #929 from stleary/restore-moditect-pom.xml

07 Jan 21:35
324090a
Compare
Choose a tag to compare

20241224

24 Dec 14:39
0e60592
Compare
Choose a tag to compare

20240303

03 Mar 15:10
f9b5587
Compare
Choose a tag to compare

20240205

20231013

13 Oct 21:13
f346203
Compare
Choose a tag to compare
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

20230618

18 Jun 19:22
a963115
Compare
Choose a tag to compare

20230227

27 Feb 13:33
47fb49b
Compare
Choose a tag to compare
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

24 Sep 21:31
8439039
Compare
Choose a tag to compare
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

20 Mar 14:33
c0a1d5f
Compare
Choose a tag to compare
Pull Request Description
#660 Wrap StackOverflow with JSONException

20211205

05 Dec 15:45
8ef8e14
Compare
Choose a tag to compare
Pull Request Description
#651 IdentityHashSet for JSONObject cycle detection
#646 XMLParserConfiguration defined json arrays option
#645 Handle circular references in Java beans
#640 Unit tests for multiple backslashes in JSONPointer
#637 Reorganized README.md
#634 Update README with Unix examples
#631 Refactor JSONPointerTest
#626 Add CODE_OF_CONDUCT.md
#622 Clean up readme.md
#621 Clean up comments
#617 JSONObject.similar() numeric compare bug fix
#613 JsonObject.similar() number entry check bug fix
#610 optJSONObject() add default value
#607 Add Security.md policy page
#606 Clean up comments, add suppressWarning annotation
#604 Fixed incorrect cast getting float from array
#601 Added Examples.md for new users
#594 JSONStringer.java: fix max nesting level in javadoc