json-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.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

dev.javatools
ArtifactId

ArtifactId

json-utils
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

json-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

https://www.javatools.dev
Source Code Management

Source Code Management

https://github.com/dev-java-tools/json-utils/tree/master

Download json-utils

How to add to project

<!-- 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"]

Dependencies

compile (8)

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,)

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
0.0.5
0.0.1