Jar examples for j:jsoniter
jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go
You can download jar file jsoniter 0.9.8 in this page.
MIT License
You can use the following script to add jsoniter-0.9.8.jar to your project.
<dependency> <groupId>com.jsoniter</groupId> <artifactId>jsoniter</artifactId> <version>0.9.8</version> </dependency>
compile group: 'com.jsoniter', name: 'jsoniter', version: '0.9.8'
libraryDependencies += "com.jsoniter" % "jsoniter" % "0.9.8"
<dependency org="com.jsoniter" name="jsoniter" rev="0.9.8"/>
@Grapes(@Grab(group='com.jsoniter', module='jsoniter', version='0.9.8'))
'com.jsoniter:jsoniter:jar:0.9.8'
Click the following link to download the jar file.
jsoniter-0.9.8-javadoc.jar