Update dependency org.json:json to v20240303 #33
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:
20090211->20240303Release Notes
douglascrockford/JSON-java (org.json:json)
v20240303Compare Source
v20240205Compare Source
v20231013Compare Source
2023101v20230618Compare Source
v20230227Compare Source
v20220924Compare Source
v20220320Compare Source
v20211205Compare Source
v20210307Compare 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.
v20201115Compare Source
v20200518Compare Source
v20190722Compare Source
v20180813Compare 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)
v20180130Compare 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
v20171018Compare 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
v20170516Compare 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.
v20160810Compare Source
v20160807Compare Source
v20160212: Java 1.6 compatibilityCompare Source
Extending backwards compatibility to Java 1.6. The unit tests [https://github.com/stleary/JSON-Java-unit-test] still require Java 1.8. Includes the following commits:
v20151123: JSONObject and JSONArray initialization with genericsCompare Source
Support initializing a JSONObject with Map<?,?> and JSONArray with Collection<?>.
Includes the following commits:
v20150729: Update Maven central repository with recent code changesCode changes since the most recent Maven release (
2014111):Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.