Skip to content

20210307

Compare
Choose a tag to compare
@stleary stleary released this 08 Mar 03:22
· 395 commits to master since this release
7299b20
Pull Request Description
#575 Fix similar compare numbers
#577 Added clear() methods to JSONObject and JSONArray
#581 Use built-in Gradle shorthand notation for Maven Central repository
#583 Checked the length of key for checker framework
#588 JSONPointer should not process reverse solidus or double-quote chars in tokens

NOTE:

#588 is a potentially breaking change to JSONPointer. Embedded double quote and backslash chars are now handled differently (they are basically ignored by the JSONPointer parser). If this causes problems to your project, post an issue on the JSON-Java GitHub page.