json-flattener

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

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.wnameless.json
ArtifactId

ArtifactId

json-flattener
Last Version

Last Version

0.13.0
Release Date

Release Date

Type

Type

jar
Description

Description

json-flattener
A Java utility is used to flatten nested JSON objects and even more to unflatten it back
Project URL

Project URL

https://github.com/wnameless/json-flattener

Download json-flattener

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.13.0
org.apache.commons : commons-text jar 1.9
com.github.wnameless.json : json-base jar 2.0.0

test (2)

Group / Artifact Type Version
com.google.guava : guava jar 31.0.1-jre
org.springframework.boot : spring-boot-starter-test jar 2.6.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.13.0
0.12.1
0.12.0
0.11.1
0.11.0
0.10.0
0.9.0
0.8.1
0.8.0
0.7.1
0.7.0