is not current version
Last Version 1.0.1

dev.javatools:json-utils 0.0.5

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.

Categories

Categories

JSON Data
GroupId

GroupId

dev.javatools
ArtifactId

ArtifactId

json-utils
Version

Version

0.0.5
Type

Type

jar

Download json-utils 0.0.5


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