Skip to content

Releases: stleary/JSON-java

20210307

08 Mar 03:22
7299b20
Compare
Choose a tag to compare
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.

20201115

15 Nov 19:00
fdde43c
Compare
Choose a tag to compare
Pull Request Description
#515 Merge tests and pom and code
#519 Gradle support
#521 Updates Cookie class to be more generic in attribute parsing and emit
#524 JSONArray does not have constructor to allocate the specified initial capacity
#525 Unit test fixes
#526 Comment out some broken unit tests
#527 Fixes for Unit tests and supports GitHub Actions
#529 Added putAll(Collection) and putAll(Array) methods
#532 Verifies BigDecimal support does not have a regression
#538 Explain local builds in the readme, fix a couple of typos
#539 Bring Junit tests to Java 1.6 compatibility
#540 Added type conversion support
#542 Fix xml hex entity parse
#543 Refactor XMLConfiguration to use Builder Pattern
#549 Update readme.md
#552 Updates for JSONArray.putAll methods
#570 Readme - fix spelling and usage, per Grammarly

20200518

18 May 03:57
8e5b516
Compare
Choose a tag to compare
Pull Request Description
#502 Update JSONTokener text in README
#499 Add copyright to some files
#495 Refactor typos from code
#494 Replace JSONObject constructor string arrays with var args
#492 Clarify output of JSONArray toList()
#486 Standardize some exception messages
#485 Fix EOF error when Meta tag isn't closed at end of input.
#483 Update README.md to point to latest released jar
#481 Clarify exception when parser reads JSON
#475 Make private methods static where possible
#474 Replaces an internally used inefficient StringBuffer class

20190722

23 Jul 01:34
5b845f2
Compare
Choose a tag to compare
Pull Request Description
#467 add configuration for xsi:nil="true" conversion to null
#452 Adds check for EOF
#440 Corrections to BigDecimal consistency
#432 Update README.md
#421 add isEmpty and isNotEmpty methods
#417 fix double ctor in JSONWriter
#412 Initial implementation of XMLParserConfig object for flexible XML Parsing
#407 Fix for invalid processing of trailing / for JSON Pointer
#406 Adds annotations to customize field names during Bean serialization

20180813

14 Aug 01:54
37f5bf2
Compare
Choose a tag to compare
Pull Request Description
#405 Update javadoc to match actual exceptions thrown. BREAKING CHANGE: JSONObject(Map) now throws an exception if any of a map keys are null.
#403 Ignore Intellij Idea project files
#400 XML toJSONObject(Reader reader)

20180130

31 Jan 01:53
61cdfef
Compare
Choose a tag to compare
Pull Request Description
#392 Remove wrong apostrophe
#381 Adding maven badge to readme
#380 Fix for false positives in similar functions
#375 fixes wrapped exceptions
#373 Fixes Unclosed json array stack overflow

20171018

18 Oct 01:10
Compare
Choose a tag to compare
Pull Request Description
#362 Fixes XML Unescaping
#360 Creating a JSONObject from a string that contains a duplicate key (any level) throws a JSONException that includes location
#357 Update javadoc according to issue #356
#354 Updates for populateMap based on discussion in #279 and #264
#352 Error message position fixes
#348 Capacity improvements for internal structures
#347 A comment added to explain the use of HashMap
#345 Adds JSONException for write value errors
#341 Optimize loops
#337 Optimizes opt* functions
#336 Numeric enhancements, Refactoring, Fix spelling

20170516

16 May 05:34
Compare
Choose a tag to compare
Pull Request Description
#324 Allow user to invoke query and optQuery ,with a JSONPointer
#317 make sure locale independent data is not upper/lowercased incorrectly
#304 Update README
#292 Provides "#" string evaluation support for JSON Pointer
#288 Bug fixes for XML Encoding and Decoding
#274 Fix for number output bug.
#271 Update enum support to be more fully featured.

20160810

10 Aug 14:16
Compare
Choose a tag to compare
Pull request Description
#261 Revert "reduces the use of unnecessary exceptions"

20160807

07 Aug 20:22
Compare
Choose a tag to compare
Pull Request Description
#253 Optional type conversion for XML reading
#249 Reduce the use of unnecessary exceptions
#246 Add License file
#242 Update readme
#236 Make nextString throw a JSONException instead of a NumberFormatException
#234 JSONPointer fix
#226 fix to compile with 1.6.0_45
#222 JSON Pointer implementation
#219 Added CSV change to CDL.java
#203 Adds JSONArray toList method and JSONObject toMap method