JSON Stream

A library for streaming through JSON and having events fired based on JsonPath matches. The key here is that it doesn't realise the whole object in heap so allowing you to process very large documents quickly and easily.

Лицензия

Лицензия

New BSD (3-clause)
Категории

Категории

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

Группа

com.supersoftcafe.json
Идентификатор

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

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

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

0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

JSON Stream
A library for streaming through JSON and having events fired based on JsonPath matches. The key here is that it doesn't realise the whole object in heap so allowing you to process very large documents quickly and easily.
Ссылка на сайт

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

https://github.com/supersoftcafe/json-stream

Скачать json-stream-core

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.fasterxml.jackson.core : jackson-databind jar 2.6.2
com.fasterxml.jackson.core : jackson-core jar 2.6.2
com.fasterxml.jackson.core : jackson-annotations jar 2.6.2

test (1)

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

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

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

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

Версия
0.2
0.1