4.0.0org.jsonjson20250517bundleJSON in Java
JSON is a light-weight, language independent, data interchange format.
See http://www.JSON.org/
The files in this package implement JSON encoders/decoders in Java.
It also includes the capability to convert between JSON and XML, HTTP
headers, Cookies, and CDL.
This is a reference implementation. There are a large number of JSON packages
in Java. Perhaps someday the Java community will standardize on one. Until
then, choose carefully.
https://github.com/douglascrockford/JSON-javahttps://github.com/douglascrockford/JSON-java.gitscm:git:git://github.com/douglascrockford/JSON-java.gitscm:git:git@github.com:douglascrockford/JSON-java.gitPublic Domainhttps://github.com/stleary/JSON-java/blob/master/LICENSErepoDouglas Crockforddouglas@crockford.comUTF-8ossrhCentral Repository OSSRHhttps://oss.sonatype.org/service/local/staging/deploy/maven2/ossrhhttps://oss.sonatype.org/content/repositories/snapshotsjunitjunit4.13.2testcom.jayway.jsonpathjson-path2.9.0testorg.mockitomockito-core4.2.0testorg.apache.felixmaven-bundle-plugin5.1.9true
org.json
${project.artifactId}org.apache.maven.pluginsmaven-compiler-plugin3.11.01.81.8-Xlint:uncheckedorg.apache.maven.pluginsmaven-source-plugin3.3.0attach-sourcesjar-no-forkorg.apache.maven.pluginsmaven-javadoc-plugin3.5.0attach-javadocsjar-Xdoclint:noneorg.apache.maven.pluginsmaven-gpg-plugin1.6sign-artifactsverifysign--pinentry-modeloopbackorg.sonatype.pluginsnexus-staging-maven-plugin1.6.3trueossrhhttps://oss.sonatype.org/falseorg.moditectmoditect-maven-plugin1.0.0.Finaladd-module-infospackageadd-module-info9
module org.json {
exports org.json;
}
org.apache.maven.pluginsmaven-jar-plugin3.3.0test-strict-modecom.google.code.maven-replacer-pluginreplacer1.5.3enable-strict-modeprocess-sourcesreplacesrc/main/java/org/json/JSONParserConfiguration.java// this.strictMode = true;this.strictMode = true;restore-originaltestreplacesrc/main/java/org/json/JSONParserConfiguration.javathis.strictMode = true;// this.strictMode = true;