is not current version
Last Version 0.2

com.supersoftcafe.json:json-stream-core 0.1

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.

Categories

Categories

JSON Data
GroupId

GroupId

com.supersoftcafe.json
ArtifactId

ArtifactId

json-stream-core
Version

Version

0.1
Type

Type

jar

Download json-stream-core 0.1


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