Update dependency org.json:json to v20180130 - autoclosed #21
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
->20180130
By merging this PR, the below issues will be automatically resolved and closed:
Release Notes
douglascrockford/JSON-java
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.
v20160810
Compare Source
v20160807
Compare 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
):