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.

Лицензия

Лицензия

BSD
Категории

Категории

JSON Данные
Группа

Группа

org.hisp.dhis
Идентификатор

Идентификатор

json-tree
Последняя версия

Последняя версия

0.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/dhis2/json-tree
Организация-разработчик

Организация-разработчик

UiO

Скачать json-tree

Как подключить последнюю версию

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.2

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.3.0
0.2.0
0.1.0