j

json-filter

High-speed stream-based filtering of arbitrarily large JSON documents.
https://github.com/arakelian/json-filter
The Apache License, Version 2.0
Greg Arakelian
Files download
File Operation
json-filter-4.0.1.jar download
json-filter-4.0.1.pom download
json-filter-4.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.arakelian</groupId>
  <artifactId>json-filter</artifactId>
  <version>4.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.arakelian:json-filter:4.0.1'
Gradle Kotlin
implementation("com.arakelian:json-filter:4.0.1")
Scala SBT
libraryDependencies += "com.arakelian" % "json-filter" % "4.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.arakelian', module='json-filter', version='4.0.1')
)
Apache Ivy
<dependency org="com.arakelian" name="json-filter" rev="4.0.1" />
Leiningen
[com.arakelian/json-filter "4.0.1"]
Apache Buildr
'com.arakelian:json-filter:jar:4.0.1'