🌐
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
🌐
Cliftonlabs
cliftonlabs.github.io › json-simple
json-simple
Download json-simple's latest release jar, javadocs, and source.
🌐
Jar-Download
jar-download.com › home › com.github.cliftonlabs › json-simple › 2.1.2 › source code
Download json-simple JAR 2.1.2 ➔ With all dependencies!
Java 7+ toolkit to quickly develop RFC 4627 JSON compatible applications. ✓ Download JAR json-simple 2.1.2 ✓ With dependencies ✓ Source of json-simple ☄ 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 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 Repository
mvnrepository.com › artifact › org.json › json
Maven Repository: org.json » json
May 23, 2026 - 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.
🌐
TutorialsPoint
tutorialspoint.com › json_simple › json_simple_quick_guide.htm
JSON.simple - Quick Guide
Download the latest version of JSON.simple jar file from json-simple @ MVNRepository.
🌐
TutorialsPoint
tutorialspoint.com › org_json › org_json_quick_guide.htm
Org.Json - Quick Guide
Org.Json can be easily installed ... administration is required while installation. You can download the latest version of SDK from Oracle's Java site − Java SE Downloads....
Find elsewhere
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.

🌐
Google Groups
groups.google.com › g › comp.lang.java.help › c › 8rKxFs5CFAI
where to download org.json package...
I can't find where to get org.json package.. here http://www.ibm.com/developerworks/web/library/wa-ajaxintro11.html it says you can download json.zip from json.org, "If you're using Java servlets, the org.json package, hosted at json.org, is a simple choice.
🌐
Jar-Download
jar-download.com › home › com.github.cliftonlabs › json-simple › 2.3.0 › source code
Download json-simple JAR 2.3.0 ➔ With all dependencies!
October 4, 2017 - Java 7+ toolkit to quickly develop RFC 4627 JSON compatible applications. ✓ Download JAR json-simple 2.3.0 ✓ With dependencies ✓ Source of json-simple ☄ One click! ☄
🌐
TutorialsPoint
tutorialspoint.com › org_json › org_json_environment.htm
Org.Json - Environment Setup
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.
🌐
Jar-Download
jar-download.com › home › com.googlecode.json-simple › json-simple › 1.1.1 › source code
Download json-simple JAR 1.1.1 ➔ With all dependencies!
A simple Java toolkit for JSON ✓ Download JAR json-simple 1.1.1 ✓ With dependencies ✓ Source of json-simple ☄ One click! ☄
🌐
Maven Repository
mvnrepository.com › artifact › com.googlecode.json-simple › json-simple › 1.1
Maven Repository: com.googlecode.json-simple » json-simple » 1.1
August 12, 2009 - HomePage http://code.google.com/p/json-simple/ 🔍 Inspect URL · DateAug 12, 2009 · Filespom (1 KB)jar (15 KB)View All · RepositoriesCentralAlfrescoArchiveCloudFlight PluginsGluuGluu OXImcodeInstreamaticKyligence PublicLiferay PublicLocationTech 3rdPMulesoftTerrestrisWSO2 PublicXceptance+12 ...
Published   Aug 12, 2009
Version   1.1
🌐
SourceForge
sourceforge.net › projects › json-java.mirror
JSON-java download | SourceForge.net
May 22, 2026 - org.json jar file · org..json · json-java · json · org.json-1.6-20240205.jar(js=n-java) open office java · java para windows · Related Business Categories · JavaScript Libraries ·
🌐
GitHub
gist.github.com › mcSw4p › ab37318dbd394f4b5cc5de5d6d3f6ab3
JSON Simple guide · GitHub
Download ZIP · JSON Simple guide · Raw · 001-File-Read-Write.md · [maven | .jar(direct) | .jar] // JSON Simple imports import org.json.simple.JSONArray; import org.json.simple.JSONObject; import org.json.simple.parser.JSONParser; import org.json.simple.parser.ParseException; File jsonFile = new File("/hello.json"); // Do with as you please /* * Simple key value pairs */ JSONParser parser = new JSONParser(); try{ JSONObject jObj = (JSONObject) parser.parse(new FileReader(jsonFile)); } catch (IOException | ParseException e) { e.printStackTrace(); } String value = (String) jObj.get("world");