json-flattener-java7

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

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.wnameless
ArtifactId

ArtifactId

json-flattener-java7
Last Version

Last Version

0.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

json-flattener-java7
A Java utility used to flatten nested JSON objects and even more to unflatten it back
Project URL

Project URL

https://github.com/wnameless/json-flattener

Download json-flattener-java7

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.wnameless/json-flattener-java7/ -->
<dependency>
    <groupId>com.github.wnameless</groupId>
    <artifactId>json-flattener-java7</artifactId>
    <version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wnameless/json-flattener-java7/
implementation 'com.github.wnameless:json-flattener-java7:0.4.1'
// https://jarcasting.com/artifacts/com.github.wnameless/json-flattener-java7/
implementation ("com.github.wnameless:json-flattener-java7:0.4.1")
'com.github.wnameless:json-flattener-java7:jar:0.4.1'
<dependency org="com.github.wnameless" name="json-flattener-java7" rev="0.4.1">
  <artifact name="json-flattener-java7" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wnameless', module='json-flattener-java7', version='0.4.1')
)
libraryDependencies += "com.github.wnameless" % "json-flattener-java7" % "0.4.1"
[com.github.wnameless/json-flattener-java7 "0.4.1"]

Dependencies

compile (2)

Group / Artifact Type Version
com.eclipsesource.minimal-json : minimal-json jar 0.9.4
org.apache.commons : commons-text jar 1.1

test (2)

Group / Artifact Type Version
com.google.guava : guava jar 19.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.1
0.4.0