MVN

com.github.wnameless.json : json-flattener

Maven & Gradle

Jan 14, 2023
27 usages
498 stars

json-flattener · A Java utility is designed to flatten nested JSON objects and even more to unflatten them back

<dependency>
    <groupId>com.github.wnameless.json</groupId>
    <artifactId>json-flattener</artifactId>
    <version>0.16.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.wnameless.json : json-flattener to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16.4

All Versions

Choose a version of com.github.wnameless.json : json-flattener to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16.x
json-flattener-0.16.4
json-flattener-0.16.3
json-flattener-0.16.1
json-flattener-0.16.0
0.15.x
json-flattener-0.15.1
json-flattener-0.15.0
0.14.x
json-flattener-0.14.2
json-flattener-0.14.0
0.13.x
json-flattener-0.13.0
0.12.x
json-flattener-0.12.1
json-flattener-0.12.0
0.11.x
json-flattener-0.11.1
json-flattener-0.11.0
0.10.x
json-flattener-0.10.0
0.9.x
json-flattener-0.9.0
0.8.x
json-flattener-0.8.1
json-flattener-0.8.0
0.7.x
json-flattener-0.7.1
json-flattener-0.7.0

How to add a dependency to Maven

Add the following com.github.wnameless.json : json-flattener maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.wnameless.json</groupId>
    <artifactId>json-flattener</artifactId>
    <version>0.16.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.wnameless.json : json-flattener gradle dependency to your build.gradle file:

implementation 'com.github.wnameless.json:json-flattener:0.16.4'

Gradle Kotlin DSL: Add the following com.github.wnameless.json : json-flattener gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.wnameless.json:json-flattener:0.16.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.wnameless.json : json-flattener sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.wnameless.json" % "json-flattener" % "0.16.4"

Advertisement