DHIS JSON Tree

This module provides a library to parse and browse JSON documents provided as input string. It is build in particular to extract JSON nodes by path with high performance. This is done by skipping nodes that are not of interest and by only building a cheap low level node representation for those nodes that are extracted.

License

License

BSD
Categories

Categories

JSON Data
GroupId

GroupId

org.hisp.dhis
ArtifactId

ArtifactId

json-tree
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

DHIS JSON Tree
This module provides a library to parse and browse JSON documents provided as input string. It is build in particular to extract JSON nodes by path with high performance. This is done by skipping nodes that are not of interest and by only building a cheap low level node representation for those nodes that are extracted.
Project URL

Project URL

https://github.com/dhis2/json-tree
Project Organization

Project Organization

UiO

Download json-tree

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.0
0.2.0
0.1.0