j

json-flattener

A Java utility used to flatten nested JSON objects and even more to unflatten it back
https://github.com/wnameless/json-flattener
The Apache Software License, Version 2.0
Wei-Ming Wu
文件下载
文件名 操作
json-flattener-0.5.0.jar 下载
json-flattener-0.5.0.pom 下载
json-flattener-0.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.wnameless</groupId>
  <artifactId>json-flattener</artifactId>
  <version>0.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.wnameless:json-flattener:0.5.0'
Gradle Kotlin
implementation("com.github.wnameless:json-flattener:0.5.0")
Scala SBT
libraryDependencies += "com.github.wnameless" % "json-flattener" % "0.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.wnameless', module='json-flattener', version='0.5.0')
)
Apache Ivy
<dependency org="com.github.wnameless" name="json-flattener" rev="0.5.0" />
Leiningen
[com.github.wnameless/json-flattener "0.5.0"]
Apache Buildr
'com.github.wnameless:json-flattener:jar:0.5.0'