| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIddev.javatools |
| ArtifactId | ArtifactIdjson-utils |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjson-utils
This Java library contains the APIs to sort and format a json, update a specific field and get a
specific field
from a json. Get all the paths for a given Json and also get all the fields in json as a set of properties with
the complete json path as key.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| json-utils-1.0.1.pom | |
| json-utils-1.0.1.jar | 7 KB |
| json-utils-1.0.1-sources.jar | 5 KB |
| json-utils-1.0.1-javadoc.jar | 408 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.javatools/json-utils/ -->
<dependency>
<groupId>dev.javatools</groupId>
<artifactId>json-utils</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.javatools/json-utils/
implementation 'dev.javatools:json-utils:1.0.1'
// https://jarcasting.com/artifacts/dev.javatools/json-utils/
implementation ("dev.javatools:json-utils:1.0.1")
'dev.javatools:json-utils:jar:1.0.1'
<dependency org="dev.javatools" name="json-utils" rev="1.0.1">
<artifact name="json-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.javatools', module='json-utils', version='1.0.1')
)
libraryDependencies += "dev.javatools" % "json-utils" % "1.0.1"
[dev.javatools/json-utils "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| dev.javatools : map-utils | jar | 1.0.1 |
| com.fasterxml.jackson.core : jackson-core | jar | [2.12.0,) |
| com.fasterxml.jackson.core : jackson-databind | jar | [2.12.0,) |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | [2.12.0,) |
| org.slf4j : slf4j-api | jar | [1.7.30,) |
| org.slf4j : slf4j-simple | jar | [1.7.30,) |
| org.junit.jupiter : junit-jupiter | jar | [5.7.0,) |
| org.projectlombok : lombok | jar | [1.18.16,) |