Probably your simple json.jar file isn't in your classpath.

Answer from Arun Manivannan on Stack Overflow
🌐
DigitalOcean
digitalocean.com › community › tutorials › json-simple-example
json-simple example | DigitalOcean
August 4, 2022 - package com.journaldev.json.write; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.io.Reader; import java.util.Iterator; import org.json.simple.JSONArray; import org.json.simple.JSONObject; import org.json.simple.parser.JSONParser; import org.json.simple.parser.ParseException; public class JsonSimpleReader { public static void main(String[] args) throws ParseException, FileNotFoundException, IOException { JSONParser parser = new JSONParser(); Reader reader = new FileReader("data.json"); Object jsonObj = parser.parse(reader); JSONObject j
🌐
Jar-Download
jar-download.com › home › com.googlecode.json-simple › json-simple › 1.1.1 › source code › jsonparser.java
org.json.simple.parser.JSONParser Maven / Gradle / Ivy
Maven · Gradle · Ivy · SBT · /* * $Id: JSONParser.java,v 1.1 2006/04/15 14:10:48 platform Exp $ * Created on 2006-4-15 */ package org.json.simple.parser; import java.io.IOException; import java.io.Reader; import java.io.StringReader; import java.util.LinkedList; import java.util.List; import java.util.Map; import org.json.simple.JSONArray; import org.json.simple.JSONObject; /** * Parser for JSON text.
🌐
Maven Repository
mvnrepository.com › artifact › org.json › json
Maven Repository: org.json » json
December 24, 2025 - JSON (JavaScript Object Notation) is a lightweight data-interchange format.
🌐
Maven Repository
mvnrepository.com › artifact › com.googlecode.json-simple › json-simple › 1.1
Maven Repository: com.googlecode.json-simple » json-simple » 1.1
A simple Java toolkit for JSON · Note: There is a new version for this artifact · Maven · Gradle · SBT · Mill · Ivy · Grape · Leiningen · Buildr · Scope: compile · test · provided · runtime · Scope: compile · test · provided · runtime · Format: Groovy Long ·
🌐
Jar-download
jar-download.com › maven-repository-class-search.php
Download dependencies for java class org.json.simple.parser.JSONParser
Here you can download the dependencies for the java class org.json.simple.parser.JSONParser. Use this engine to looking through the maven repository.
🌐
Maven Repository
mvnrepository.com › artifact › org.json › json-simple
Maven Repository: org.json » json-simple
Indexed Artifacts (63.6M) · Popular Categories · Testing Frameworks & Tools · Android Packages · JVM Languages · Logging Frameworks · Java Specifications · JSON Libraries · Core Utilities · Mocking
🌐
Cliftonlabs
cliftonlabs.github.io › json-simple
json-simple
After redesigning the library to be backwards compatible it was decided that support for java 2 to 6 would be dropped in favor of generics (thus a 2.* version) as it was the most avidly requested feature. The library was also written in the package org.json.simple so a maven artifact under ...
Find elsewhere
🌐
Google Groups
groups.google.com › g › jsonpath › c › nQZrbY1Skac
org.json.simple.parser.ParseException
It's the maven (pom.xml) configuration, causing the confusion with the jar build. "json_simple-1.1.jar" has all the dependencies with in maven repository,
🌐
Jar-Download
jar-download.com › home › com.googlecode.json-simple › json-simple › 1.1 › source code › parseexception.java
org.json.simple.parser.ParseException Maven / Gradle / Ivy
Search and download functionalities are using the official Maven repository. ... Please wait. This can take some minutes ... ... Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $ You can buy this project and download/modify it how often you want. ... package org.json.simple.parser; /** * ParseException explains why and where the error occurs in source JSON text.
🌐
Maven Repository
mvnrepository.com › artifact › org.json
Maven Repository: org.json
JSON framework based on org.json implementation (patched for ChargeBee). ... 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 ...
🌐
Baeldung
baeldung.com › home › json › introduction to json-java (org.json)
Introduction to JSON-Java (org.json)
June 20, 2025 - We can get the latest version from the Maven Central Repository. However, let’s not include the dependency explicitly when using the Android SDK, since it already includes the package. We use classes from the JSON-Java library to parse and manipulate JSON in Java. We also know this library as org.json. However, we should not confuse it with Google’s org.json.simple ...
🌐
JavaMadeSoEasy
javamadesoeasy.com › 2018 › 09 › reading-json-using-jsonsimplejsonobject.html
JavaMadeSoEasy.com (JMSE): Reading JSON using json.simple.JSONObject in java
We can use Jackson api for for processing JSON in java. ... Solve [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project Maven: Compilation failure: Compilation failure: diamond operator is not supported in -source 1.5 (use -source 7 or higher to enable diamond operator)
🌐
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.
Starred by 4.7K users
Forked by 2.6K users
Languages   Java
🌐
Maven Repository
mvnrepository.com › artifact › com.googlecode.json-simple › json-simple
Maven Repository: com.googlecode.json-simple » json-simple
March 21, 2012 - Googlecode JSON Simple · JSON Libraries · JSON Schema Libraries · JSON-LD Libraries · JSON Query Libraries · JSON-RPC Libraries · Maven Plugins · Testing · Android Packages · Language Runtime · JVM Languages · Logging Frameworks · JSON Libraries ·
🌐
Apache
chemistry.apache.org › java › 0.10.0 › maven › apidocs › org › apache › chemistry › opencmis › commons › impl › json › parser › JSONParser.html
JSONParser (Apache Chemistry OpenCMIS 0.10.0 API)
Reset the parser to the initial state with a new character reader. ... The position of the beginning of the current token. public Object parse(String s) throws JSONParseException ... public Object parse(Reader in, ContainerFactory containerFactory) throws IOException, JSONParseException · Parse JSON text into java object from the input source. ... Instance of the following: org.json.simple.JSONObject, org.json.simple.JSONArray, java.lang.String, java.lang.Number, java.lang.Boolean, null
🌐
Maven Central Repository
search.maven.org › artifact › com.googlecode.json-simple › json-simple › 1.1.1 › bundle
Maven Central Repository Search
pkg:maven/com.googlecode.json-simple/json-simple@1.1.1 · Used in: components · Overview · Overview · Versions · Versions · Dependents · Dependents · Dependencies ·