4.0.0 org.json json 20250517 bundle JSON 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-java https://github.com/douglascrockford/JSON-java.git scm:git:git://github.com/douglascrockford/JSON-java.git scm:git:git@github.com:douglascrockford/JSON-java.git Public Domain https://github.com/stleary/JSON-java/blob/master/LICENSE repo Douglas Crockford douglas@crockford.com UTF-8 ossrh Central Repository OSSRH https://oss.sonatype.org/service/local/staging/deploy/maven2/ ossrh https://oss.sonatype.org/content/repositories/snapshots junit junit 4.13.2 test com.jayway.jsonpath json-path 2.9.0 test org.mockito mockito-core 4.2.0 test org.apache.felix maven-bundle-plugin 5.1.9 true org.json ${project.artifactId} org.apache.maven.plugins maven-compiler-plugin 3.11.0 1.8 1.8 -Xlint:unchecked org.apache.maven.plugins maven-source-plugin 3.3.0 attach-sources jar-no-fork org.apache.maven.plugins maven-javadoc-plugin 3.5.0 attach-javadocs jar -Xdoclint:none org.apache.maven.plugins maven-gpg-plugin 1.6 sign-artifacts verify sign --pinentry-mode loopback org.sonatype.plugins nexus-staging-maven-plugin 1.6.3 true ossrh https://oss.sonatype.org/ false org.moditect moditect-maven-plugin 1.0.0.Final add-module-infos package add-module-info 9 module org.json { exports org.json; } org.apache.maven.plugins maven-jar-plugin 3.3.0 test-strict-mode com.google.code.maven-replacer-plugin replacer 1.5.3 enable-strict-mode process-sources replace src/main/java/org/json/JSONParserConfiguration.java // this.strictMode = true; this.strictMode = true; restore-original test replace src/main/java/org/json/JSONParserConfiguration.java this.strictMode = true; // this.strictMode = true;