Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency org.json:json to v20200518 #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alrocar
Copy link
Owner

@alrocar alrocar commented Jul 17, 2020

This PR contains the following updates:

Package Update Change
org.json:json major 20090211 -> 20200518

Release Notes

douglascrockford/JSON-java

v20200518

Compare Source

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

v20190722

Compare Source

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

v20180813

Compare Source

Pull Request Description
#​405 Update javadoc to match actual exceptions thrown.
#​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.

v20160810

Compare Source

Pull request Description
#​261 Revert "reduces the use of unnecessary exceptions"

v20160807

Compare Source

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

v20160212

Compare 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:

Pull Request Description
stleary#​195 Java 1.6 compatibility
stleary#​188 Fix negative zero
stleary#​186 Update README with number information
stleary#​185 change to public: write(writer, indentfactor, indent)
stleary#​180 Remove executable bit
stleary#​179 Update JavaDoc for JSONObject Constructors

v20151123

Compare Source

Support initializing a JSONObject with Map<?,?> and JSONArray with Collection<?>.
Includes the following commits:

Pull request Description
#​168 Update Readme for Maven release
#​160 Fixe possible NullPointerException
#​159 Properly override Exception class
#​153 JSONObject and JSONArray initialization

v20150729

Code changes since the most recent Maven release (2014111):

Existing feature enhancements Pull request
New methods for Enum type #​140
BigDecimal and BigInteger methods #​135
Iterable JSONArray #​132
Remove compiler cast warnings #​122
JavaDoc fix in CDL #​120
Fix for JSONML.toString() #​118
Fix for JSONArray.toString() (direct commit) d6ba318

Renovate configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant