| Лицензия |
Лицензия |
|---|---|
| Категории |
Категории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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |