Jar examples for j:jsonj
A framework for working with json in Java the "proper" way. No mappings or model classes, it's all just lovely json, but in Java.
You can download jar file jsonj 1.33 in this page.
MIT license
You can use the following script to add jsonj-1.33.jar to your project.
<dependency> <groupId>com.jillesvangurp</groupId> <artifactId>jsonj</artifactId> <version>1.33</version> </dependency>
compile group: 'com.jillesvangurp', name: 'jsonj', version: '1.33'
libraryDependencies += "com.jillesvangurp" % "jsonj" % "1.33"
<dependency org="com.jillesvangurp" name="jsonj" rev="1.33"/>
@Grapes(@Grab(group='com.jillesvangurp', module='jsonj', version='1.33'))
'com.jillesvangurp:jsonj:jar:1.33'
Click the following link to download the jar file.
jsonj-1.33-javadoc.jar