Jar examples for j:jjson
JJSON is a pure Java lib dealing with JSON. It does not need dependencies and is easy to use.
You can download jar file jjson 0.1.4 in this page.
Apache License 2.0
You can use the following script to add jjson-0.1.4.jar to your project.
<dependency> <groupId>de.grobmeier.json</groupId> <artifactId>jjson</artifactId> <version>0.1.4</version> </dependency>
compile group: 'de.grobmeier.json', name: 'jjson', version: '0.1.4'
libraryDependencies += "de.grobmeier.json" % "jjson" % "0.1.4"
<dependency org="de.grobmeier.json" name="jjson" rev="0.1.4"/>
@Grapes(@Grab(group='de.grobmeier.json', module='jjson', version='0.1.4'))
'de.grobmeier.json:jjson:jar:0.1.4'
Click the following link to download the jar file.
jjson-0.1.4-javadoc.jar