Update dependency org.json:json to v20230227 #193
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
20160810
->20230227
By merging this PR, the below issues will be automatically resolved and closed:
Release Notes
douglascrockford/JSON-java
v20230227
Compare Source
v20220924
Compare Source
v20220320
Compare Source
v20211205
Compare Source
v20210307
Compare Source
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.
v20201115
Compare Source
v20200518
Compare Source
v20190722
Compare Source
v20180813
Compare Source
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)
v20180130
Compare Source
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
v20171018
Compare Source
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
v20170516
Compare Source
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.