Last Version

JSON Stream 0.2

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.

License

License

New BSD (3-clause)
Categories

Categories

JSON Data
GroupId

GroupId

com.supersoftcafe.json
ArtifactId

ArtifactId

json-stream-core
Version

Version

0.2
Type

Type

jar
Description

Description

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.
Project URL

Project URL

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

Download json-stream-core 0.2


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

Dependencies

compile (3)

Group / Artifact Type Version
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)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.