Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 629 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 629 Bytes

Json Surfer

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.*

Dependencies

    <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>