As far as I can tell (in December 2013) ...

  • Douglas Crockford's master source repository for "json.org" is now on GitHub - https://github.com/douglascrockford/JSON-java. (The GIT history starts in 2010, and the latest change in "master" is a couple of weeks ago.)

  • Paul Merlin (aka "eskatos") has Mavenized the code: https://github.com/eskatos/org.json-java

  • Binary "org.json" JAR files are "regularly" built from Paul Merlin's tree and pushed to Maven Central. You can find them via the "here" link in Paul's README.md file; see the line above.

  • There are other older (pre-2010) binary releases of the "org.json" JAR file in Maven Central under various guises; review the search results for this link" http://mvnrepository.com/search.html?query=org.json.

The copyright dates in the "org.json" source code don't mean much. They clearly aren't updated when the code is updated. However, Douglas Crockford does update the @version javadoc tags, at least in some commits.

UPDATE (December 2016)

As of some time in 2015, Douglas Crockford has passed ownership of the Github repository to Sean Leary. The old Github URL for the project now redirects to https://github.com/stleary/JSON-java. The project continues to be relatively active.

See also: Where has json.org java library gone?

Answer from Stephen C on Stack Overflow
🌐
Maven Repository
mvnrepository.com › artifact › org.json › json › 20140107
Maven Repository: org.json » json » 20140107
January 7, 2014 - 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.
Published   Jan 07, 2014
Version   20140107
Top answer
1 of 3
26

As far as I can tell (in December 2013) ...

  • Douglas Crockford's master source repository for "json.org" is now on GitHub - https://github.com/douglascrockford/JSON-java. (The GIT history starts in 2010, and the latest change in "master" is a couple of weeks ago.)

  • Paul Merlin (aka "eskatos") has Mavenized the code: https://github.com/eskatos/org.json-java

  • Binary "org.json" JAR files are "regularly" built from Paul Merlin's tree and pushed to Maven Central. You can find them via the "here" link in Paul's README.md file; see the line above.

  • There are other older (pre-2010) binary releases of the "org.json" JAR file in Maven Central under various guises; review the search results for this link" http://mvnrepository.com/search.html?query=org.json.

The copyright dates in the "org.json" source code don't mean much. They clearly aren't updated when the code is updated. However, Douglas Crockford does update the @version javadoc tags, at least in some commits.

UPDATE (December 2016)

As of some time in 2015, Douglas Crockford has passed ownership of the Github repository to Sean Leary. The old Github URL for the project now redirects to https://github.com/stleary/JSON-java. The project continues to be relatively active.

See also: Where has json.org java library gone?

2 of 3
10

I would recommend using json-simple or one of the other JSON libraries for Java that have developed. This has features the JSON.org API lacks (and I think it will stay that way).

For instance, the json-simple version of JSONObject implements Map and JSONArray implements List. It also has other features, like a SAX-style API.

🌐
Jar-Download
jar-download.com › home › org.json
Download org.json JAR files with all dependencies
Download org.json JAR files ✓ With dependencies ✓ Documentation ✓ Source code
🌐
TutorialsPoint
tutorialspoint.com › org_json › org_json_quick_guide.htm
Org.Json - Quick Guide
At the time of writing this tutorial, we have downloaded json-20250517.jar, and copied it into C:\>JSON folder. Set the JSON_JAVA environment variable to point to the base directory location where org.json jar is stored on your machine. Let's assuming we've stored json-20250517.jar in the JSON folder. Set the CLASSPATH environment variable to point to the JSON.simple jar location. CDL class provides static methods to convert a comma delimited text into a JSONArray...
🌐
GitHub
github.com › stleary › JSON-java
GitHub - stleary/JSON-java: A reference implementation of a JSON package in Java. · GitHub
Click here if you just want the latest release jar file. JSON is a light-weight language-independent data interchange format.
Starred by 4.7K users
Forked by 2.6K users
Languages   Java
🌐
Java2s
java2s.com › Code › Jar › j › Downloadjavajsonjar.htm
java json - Jar File Download
java2s.com | Email: | © Demo Source and Support. All rights reserved
🌐
Maven Repository
mvnrepository.com › artifact › org.json › json
Maven Repository: org.json » json
December 24, 2025 - 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.
🌐
Jar-download
jar-download.com › maven-repository-class-search.php
Download dependencies for java class org.json.JSONArray
Here you can download the dependencies for the java class org.json.JSONArray. Use this engine to looking through the maven repository.
Find elsewhere
🌐
Maven Central
repo1.maven.org › maven2 › org › json › json › 20230227
Central Repository: org/json/json/20230227
org/json/json/20230227 · / json-20230227-javadoc.jar 2023-02-27 13:38 185665 json-20230227-javadoc.jar.asc 2023-02-27 13:38 659 json-20230227-javadoc.jar.md5 2023-02-27 13:38 32 json-20230227-javadoc.jar.sha1 2023-02-27 13:38 40 json-20230227-sources.jar 2023-02-27 13:38 70293 json-202302...
🌐
SourceForge
sourceforge.net › projects › json-java.mirror
JSON-java download | SourceForge.net
December 24, 2025 - org.json-1.6-20240205.jar(js=n-java) json-java · org.json jar file · org..json · llm for java developers · javascript game · java projects · jackson-databind · Related Business Categories · JavaScript Libraries · × · Thanks for helping keep SourceForge clean.
🌐
Google Groups
groups.google.com › g › comp.lang.java.help › c › 8rKxFs5CFAI
where to download org.json package...
"If you're using Java servlets, the org.json package, hosted at json.org, is a simple choice. In this case, you'd download json.zip from the JSON Web site..."
🌐
Findjar
findjar.com › class › org › json › JSONObject.html
org.json.JSONObject - JAR Search - findJAR.com
This page shows details for the Java class JSONObject contained in the package org.json. All JAR files containing the class org.json.JSONObject file are listed.
🌐
Cliftonlabs
cliftonlabs.github.io › json-simple
json-simple
Download json-simple's latest release jar, javadocs, and source. runtime 'com.github.cliftonlabs:json-simple:4.0.1' <dependency> <groupId>com.github.cliftonlabs</groupId> <artifactId>json-simple</artifactId> <version>4.0.1</version> </dependency> View the repository's change log to see what is new. Report bugs or request features at the repository's issues page. Browse the json-simple latest release javadocs. See these features in action in the example. JsonArray extends java.util.ArrayList so it is compatible with all interfaces and utilities that use them.
🌐
Jar-Download
jar-download.com › home › org.json › json › 20210307 › source code
Download json JAR 20210307 ➔ With all dependencies!
Download json JAR 20210307 ✓ Free ✓ With dependencies ✓ Source of json ☄ One click! ☄
🌐
Google Code
code.google.com › archive › p › json-simple › downloads
Google Code Archive - Long-term storage for Google Code Project Hosting.
Archive · Skip to content · The Google Code Archive requires JavaScript to be enabled in your browser · Google · About Google · Privacy · Terms
🌐
Maven Central
central.sonatype.com › artifact › org.json › json
org.json:json - Maven Central
</description> <url>https://github.com/douglascrockford/JSON-java</url> <scm> <url>https://github.com/douglascrockford/JSON-java.git</url> <connection>scm:git:git://github.com/douglascrockford/JSON-java.git</connection> <developerConnection>scm:git:git@github.com:douglascrockford/JSON-java.git</developerConnection> </scm> <licenses> <license> <name>Public Domain</name> <url>https://github.com/stleary/JSON-java/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Douglas Crockford</name> <email>douglas@crockford.com</email> </develope
🌐
GeeksforGeeks
geeksforgeeks.org › java › what-is-json-java-org-json
What is JSON-Java (org.json)? - GeeksforGeeks
July 17, 2022 - Necessary jar file: json-simple-1.1.jar. It has to be available in the classpath · In Maven-driven projects it should be present in pom.xml as follows · <dependency> <groupId>com.googlecode.json-simple</groupId> <artifactId>json-simple</artifactId> <version>1.1.1</version> </dependency> We can store the items in the form of JSONObject or JSONArray.
🌐
YouTube
youtube.com › watch
Java JSON Jar file download - YouTube
Java JSON Jar file download
Published   April 6, 2017