JSON.simple.
A simple Java toolkit for JSON.
Here is the list of declaration for json-simple. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.googlecode.json-simple</groupId> <artifactId>json-simple</artifactId> <version>1.1</version> </dependency>
If you think this Maven repository POM file listing for json-simple is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The following table lists the most popular artifacts which are depending on json-simple-1.1. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Web Service | sonar-ws-client 2.5 Java library to request Sonar web services | 8 |
JEE | opencms-core 8.5.2 Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed. | 5 |
JSON | fastjson 1.1.39 Fastjson is a JSON processor (JSON parser + JSON generator) written in Java | 13 |
Web Service | sonar-ws-client 2.0 Java library to request Sonar web services | 12 |
JSON | fastjson 1.1.36 Fastjson is a JSON processor (JSON parser + JSON generator) written in Java | 12 |
JEE | twilio-java-sdk 3.3.9 Java helper library for Twilio services | 15 |
Document Database | cassandra-all 0.7.0 The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model. | 6 |
Web Service | sonar-ws-client 2.7 Java library to request Sonar web services | 6 |
Document Database | cassandra-all 2.0.4 The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model. | 9 |
Web Service | sonar-ws-client 2.4 Java library to request Sonar web services | 5 |
Web Service | rest-assured 1.7 Java DSL for easy testing of REST services | 6 |
Document Database | cassandra-all 1.2.6 The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model. | 12 |
JEE | opencms-core 8.5.0 Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed. | 28 |
Web Service | sonar-ws-client 2.6 Java library to request Sonar web services | 5 |
Web Service | rest-assured 1.4 Java DSL for easy testing of REST services | 10 |
Document Database | cassandra-all 1.2.11 The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model. | 32 |
Document Database | cassandra-all 1.1.5 The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model. | 5 |
The following packages are defined in the json-simple-1.1.jar
org.json.simple org.json.simple.parser
Here is the content of the POM file.
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<packaging>jar</packaging>
<name>JSON.simple</name>
<version>1.1</version>
<description>A simple Java toolkit for JSON</description>
<url>http://code.google.com/p/json-simple/</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<connection>scm:svn:http://json-simple.googlecode.com/svn/trunk/</connection>
<developerConnection>scm:svn:http://json-simple.googlecode.com/svn/trunk/</developerConnection>
</scm>
<dependencies/>
</project>