| Лицензия |
Лицензия
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| json-stream-core-0.2.pom | |
| json-stream-core-0.2.jar | 39 KB |
| json-stream-core-0.2-sources.jar | 16 KB |
| json-stream-core-0.2-javadoc.jar | 94 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |