Jar examples for j:json
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
You can download jar file json 20070829 in this page.
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
You can use the following script to add json-20070829.jar to your project.
<dependency> <groupId>de.twentyeleven.bundled</groupId> <artifactId>json</artifactId> <version>20070829</version> </dependency>
compile group: 'de.twentyeleven.bundled', name: 'json', version: '20070829'
libraryDependencies += "de.twentyeleven.bundled" % "json" % "20070829"
<dependency org="de.twentyeleven.bundled" name="json" rev="20070829"/>
@Grapes(@Grab(group='de.twentyeleven.bundled', module='json', version='20070829'))
'de.twentyeleven.bundled:json:jar:20070829'
Click the following link to download the jar file.
json-20070829.jar