| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.github.wnameless.json |
| ArtifactId | ArtifactIdjson-flattener |
| Last Version | Last Version0.13.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjson-flattener
A Java utility is used to flatten nested JSON objects and even more to unflatten it back
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| json-flattener-0.13.0.pom | |
| json-flattener-0.13.0.jar | 32 KB |
| json-flattener-0.13.0-sources.jar | 20 KB |
| json-flattener-0.13.0-javadoc.jar | 469 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 31.0.1-jre |
| org.springframework.boot : spring-boot-starter-test | jar | 2.6.0 |