minimal-json
minimal-json copied to clipboard
A fast and small JSON parser and writer for Java
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.5.0 to 2.13.4.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
### What happened? There are 1 security vulnerabilities found in org.json:json 20141113 - [MPS-2022-13520](https://www.oscs1024.com/hd/MPS-2022-13520) ### What did I do? Upgrade org.json:json from 20141113 to 20180130 for vulnerability fix ### What...
I face some deadlock during JUnit tests of my maven build. Some time ago, I was using v0.9.4 and deadlock was always reproducible. Since v0.9.5 and #77, I face it...
Bumps [gson](https://github.com/google/gson) from 2.3.1 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
Bumps [json-smart](https://github.com/netplex/json-smart-v2) from 2.1.1 to 2.4.5. Release notes Sourced from json-smart's releases. V 2.4.1 No release notes provided. json-smart v2.2 Release rename asm to accessors-smart due to conflict name with...
[Parallel builds in Maven 3](https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3) Maven 3.x has the capability to perform parallel builds. ===================== If there are any inappropriate modifications in this PR, please give me a reply and...
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
The JsonWriter class can provider config for custommized formatting print.
I have a requirement that If the float(double) value has an exponent, the "e" MUST be in lower case. in our case,when serializing a JsonObject as a String, For example,...