Download json-flattener-0.1.6.jar file - Jar j

Jar examples for j:json-flattener

Description

A Java utility used to flatten nested JSON objects and even more to unflatten it back

You can download jar file json-flattener 0.1.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add json-flattener-0.1.6.jar to your project.

<dependency>
   <groupId>com.github.wnameless</groupId>
   <artifactId>json-flattener</artifactId>
   <version>0.1.6</version>
</dependency>
compile group: 'com.github.wnameless', name: 'json-flattener', version: '0.1.6'
libraryDependencies += "com.github.wnameless" % "json-flattener" % "0.1.6"
<dependency org="com.github.wnameless" name="json-flattener" rev="0.1.6"/>
@Grapes(@Grab(group='com.github.wnameless', module='json-flattener', version='0.1.6'))
'com.github.wnameless:json-flattener:jar:0.1.6'

Download

Click the following link to download the jar file.

json-flattener-0.1.6-javadoc.jar
json-flattener-0.1.6-sources.jar
json-flattener-0.1.6.jar
json-flattener-0.1.6.pom



Related Tutorials