| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJSON Data | 
        
| GroupId | GroupIdorg.hisp.dhis | 
    
| ArtifactId | ArtifactIdjson-tree | 
    
| Last Version | Last Version0.3.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionDHIS 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 | 
            
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| json-tree-0.3.0.pom | |
| json-tree-0.3.0.jar | 62 KB | 
| json-tree-0.3.0-sources.jar | 44 KB | 
| json-tree-0.3.0-javadoc.jar | 561 KB | 
| Browse | 
<!-- 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"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.2 |