is not current version
Last Version 0.13.0

com.github.wnameless.json:json-flattener 0.8.1

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

Categories

Categories

JSON Data
GroupId

GroupId

com.github.wnameless.json
ArtifactId

ArtifactId

json-flattener
Version

Version

0.8.1
Type

Type

jar

Download json-flattener 0.8.1


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