License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.wnameless.json |
ArtifactId | ArtifactIdjson-flattener |
Version | Version0.12.1 |
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.12.1.pom | |
json-flattener-0.12.1.jar | 30 KB |
json-flattener-0.12.1-sources.jar | 19 KB |
json-flattener-0.12.1-javadoc.jar | 467 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.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wnameless.json/json-flattener/
implementation 'com.github.wnameless.json:json-flattener:0.12.1'
// https://jarcasting.com/artifacts/com.github.wnameless.json/json-flattener/
implementation ("com.github.wnameless.json:json-flattener:0.12.1")
'com.github.wnameless.json:json-flattener:jar:0.12.1'
<dependency org="com.github.wnameless.json" name="json-flattener" rev="0.12.1">
<artifact name="json-flattener" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wnameless.json', module='json-flattener', version='0.12.1')
)
libraryDependencies += "com.github.wnameless.json" % "json-flattener" % "0.12.1"
[com.github.wnameless.json/json-flattener "0.12.1"]
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.5.5 |