License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.wnameless |
ArtifactId | ArtifactIdjson-flattener |
Last Version | Last Version0.7.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjson-flattener
A Java utility used to flatten nested JSON objects and even more to unflatten it back
|
Project URL |
Project URL |
Filename | Size |
---|---|
json-flattener-0.7.1.pom | |
json-flattener-0.7.1.jar | 27 KB |
json-flattener-0.7.1-sources.jar | 18 KB |
json-flattener-0.7.1-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wnameless/json-flattener/ -->
<dependency>
<groupId>com.github.wnameless</groupId>
<artifactId>json-flattener</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wnameless/json-flattener/
implementation 'com.github.wnameless:json-flattener:0.7.1'
// https://jarcasting.com/artifacts/com.github.wnameless/json-flattener/
implementation ("com.github.wnameless:json-flattener:0.7.1")
'com.github.wnameless:json-flattener:jar:0.7.1'
<dependency org="com.github.wnameless" name="json-flattener" rev="0.7.1">
<artifact name="json-flattener" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wnameless', module='json-flattener', version='0.7.1')
)
libraryDependencies += "com.github.wnameless" % "json-flattener" % "0.7.1"
[com.github.wnameless/json-flattener "0.7.1"]
Group / Artifact | Type | Version |
---|---|---|
com.eclipsesource.minimal-json : minimal-json | jar | 0.9.5 |
org.apache.commons : commons-text | jar | 1.8 |
com.github.wnameless.json : json-base | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 28.0-jre |
junit : junit | jar | 4.12 |