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
🌐
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
🌐
Eclipse
download.eclipse.org › releases › 2022-12 › 202212071000 › buildInfo › archive › download.eclipse.org › releases › 2022-12 › 202212071000 › index › org.json_1.0.0.v201011060100.html
org.json 1.0.0.v201011060100 - Eclipse Downloads
56.1K plugins/org.json_1.0.0.v201011060100.jar · <unit id="org.json" version="1.0.0.v201011060100" singleton="false"> <update id="org.json" range="[0.0.0,1.0.0.v201011060100)" severity="0"/> <properties size="8"> <property name="df_LT.bundle.name" value="JSON Implementation for Java"/> <property name="df_LT.bundle.provider" value="Eclipse.org"/> <property name="org.eclipse.equinox.p2.name" value="%bundle.name"/> <property name="org.eclipse.equinox.p2.provider" value="%bundle.provider"/> <property name="iplog.bug_id" value="3603"/> <property name="iplog.contact.name" value="Austin Riddle"/> <p
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.

🌐
TutorialsPoint
tutorialspoint.com › org_json › org_json_quick_guide.htm
Org.Json - Quick Guide
Eclipse − It is also a Java IDE developed by the eclipse open-source community and can be downloaded from www.eclipse.org. Download the latest version of org.json jar file from org.json @ MVNRepository.
🌐
Maven Repository
mvnrepository.com › artifact › org.json › json
Maven Repository: org.json » json
December 24, 2025 - There are a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully. ... aar android apache api arm assets build build-system bundle client clojure cloud config cran data database eclipse example extension framework github gradle groovy io ios javascript jvm kotlin library logging maven mobile module npm osgi persistence plugin resources rlang sdk server service spring sql starter testing tools ui web webapp
🌐
Java2s
java2s.com › Code › Jar › j › Downloadjavajsonjar.htm
java json - Jar File Download
java2s.com | Email: | © Demo Source and Support. All rights reserved
🌐
Google Groups
groups.google.com › g › comp.lang.java.help › c › 8rKxFs5CFAI
where to download org.json package...
oh my gosh, I do feel like a jerk, but I did search and search before posting my question.. there's no 'search' feature in json.org, either way, I downloaded it, thank you very much.. but: it's not built!! I already had found one that contains only src code, I was hoping for a .jar archive, like for so many other packages you download from jakarta website and others..
Find elsewhere
🌐
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
🌐
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...
🌐
GitHub
github.com › stleary › JSON-java
GitHub - stleary/JSON-java: A reference implementation of a JSON package in Java. · GitHub
The org.json package can be built from the command line, Maven, and Gradle. The unit tests can be executed from Maven, Gradle, or individually in an IDE e.g. Eclipse.
Starred by 4.7K users
Forked by 2.6K users
Languages   Java
🌐
TutorialsPoint
tutorialspoint.com › home › org_json › json environment setup
Org.Json - Environment Setup
February 18, 2020 - Eclipse − It is also a Java IDE developed by the eclipse open-source community and can be downloaded from www.eclipse.org. Download the latest version of org.json jar file from org.json @ MVNRepository.
🌐
YouTube
youtube.com › watch
Java JSON Jar file download - YouTube
Java JSON Jar file download
Published   April 6, 2017
🌐
YouTube
youtube.com › watch
how to import path in java eclipse || how to create json in java using eclipse || import path - YouTube
json jar file download link https://jar-download.com/artifacts/org.jsonlive server hosting 👉 https://youtu.be/JtVYj8Ue7AQSwitch case in java 👉 https:/...
Published   August 21, 2021
🌐
Jar-Download
jar-download.com › home › org.json › json › 20180813 › source code
Download json JAR 20180813 ➔ With all dependencies!
Files of the artifact json version 20180813 from the group org.json. Artifact json Group org.json Version 20180813 Organization not specified URL https://github.com/douglascrockford/JSON-java License Public Domain Dependencies amount 0 Dependencies No dependencies There are maybe transitive dependencies!
🌐
The Eclipse Foundation
eclipse.org › forums › index.php › t › 1103894
Eclipse Community Forums: Java Development Tools (JDT) » Eclipse not finding jar file | The Eclipse Foundation
The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 350 open source projects, including runtimes, tools and frameworks.
🌐
Jar-Download
jar-download.com › home › org.json › json › 20171018 › source code
Download json JAR 20171018 ➔ With all dependencies!
November 19, 2017 - Files of the artifact json version 20171018 from the group org.json. Artifact json Group org.json Version 20171018 Organization not specified URL https://github.com/douglascrockford/JSON-java License Public Domain Dependencies amount 0 Dependencies No dependencies There are maybe transitive dependencies!
🌐
SourceForge
sourceforge.net › projects › json-java.mirror › files › 20240205 › org.json-1.6-20240205.jar
Download org.json-1.6-20240205.jar (JSON-java)
org.json-1.6-20240205.jar(js=n-java) org.json · llm for java developers · java projects · jackson-databind · jackson · Related Business Categories · JavaScript Libraries · × · Thanks for helping keep SourceForge clean. X · This download has been scanned for malware.