is not current version
Last Version 0.7.1

com.github.wnameless:json-flattener 0.2.4

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
ArtifactId

ArtifactId

json-flattener
Version

Version

0.2.4
Type

Type

jar

Download json-flattener 0.2.4


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