JSON-java
JSON-java copied to clipboard
A reference implementation of a JSON package in Java.
The downstream bug report is https://930723.bugs.gentoo.org/attachment.cgi?id=891802. Need to add, Gentoo does not use Maven or Gradle but builds directly with `javac`. Can you help? Adding the log from `mvn test`:...
My apologies for raising my query as an issue. Could you please confirm when the next release is scheduled? The last release was in March. I'm particularly interested in the...
In Line 1913, the jsonParserConfiguration needs to be passed as last argument
Our OWASP scan detects two high vulnerabilities for the org.json:json:20240303 version: https://nvd.nist.gov/vuln/detail/CVE-2022-45688 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-5072 At the same time https://security.snyk.io/package/maven/org.json:json doesn't show any vulnerabilities for the last version. Could you please confirm...
That fix the #901 that was introduced in #823 I commented the details of why we need that fix on https://github.com/stleary/JSON-java/issues/901#issuecomment-2395078117
# Issue description https://github.com/stleary/JSON-java/issues/884: > Strict mode now works for JSONArray (see #877), but not for JSONObject or for JSONArrays embedded in JSONObjects. For example, the following code parses without...