This library provides classes to use streaming with JSON data via JsonTools
of module json
.
Handling JSON by callbacks while streaming: co.arago.util.json.streaming.*
Apply a JSON Path to any object: co.arago.util.json.path.*
<dependency>
<groupId>co.arago.util</groupId>
<artifactId>json</artifactId>
<version>0.0.20-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.jsurfer</groupId>
<artifactId>jsurfer-jackson</artifactId>
<version>1.6.2</version>
</dependency>