j

json-flattener

A Java utility is designed to flatten nested JSON objects and even more to unflatten them back
https://github.com/wnameless/json-flattener
The Apache Software License, Version 2.0
Wei-Ming Wu
Files download
File Operation
json-flattener-0.15.0.jar download
json-flattener-0.15.0.pom download
json-flattener-0.15.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.wnameless.json</groupId>
  <artifactId>json-flattener</artifactId>
  <version>0.15.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.wnameless.json:json-flattener:0.15.0'
Gradle Kotlin
implementation("com.github.wnameless.json:json-flattener:0.15.0")
Scala SBT
libraryDependencies += "com.github.wnameless.json" % "json-flattener" % "0.15.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.wnameless.json', module='json-flattener', version='0.15.0')
)
Apache Ivy
<dependency org="com.github.wnameless.json" name="json-flattener" rev="0.15.0" />
Leiningen
[com.github.wnameless.json/json-flattener "0.15.0"]
Apache Buildr
'com.github.wnameless.json:json-flattener:jar:0.15.0'