Download json-flattener-0.5.0.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.5.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials