j

json-stream-core

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
New BSD (3-clause)
Michael Brown
Files download
File Operation
json-stream-core-0.2.jar download
json-stream-core-0.2.pom download
json-stream-core-0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.supersoftcafe.json</groupId>
  <artifactId>json-stream-core</artifactId>
  <version>0.2</version>
</dependency>
Gradle Groovy
implementation 'com.supersoftcafe.json:json-stream-core:0.2'
Gradle Kotlin
implementation("com.supersoftcafe.json:json-stream-core:0.2")
Scala SBT
libraryDependencies += "com.supersoftcafe.json" % "json-stream-core" % "0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.supersoftcafe.json', module='json-stream-core', version='0.2')
)
Apache Ivy
<dependency org="com.supersoftcafe.json" name="json-stream-core" rev="0.2" />
Leiningen
[com.supersoftcafe.json/json-stream-core "0.2"]
Apache Buildr
'com.supersoftcafe.json:json-stream-core:jar:0.2'