What is rsonpath?
Who is this book for?
Part I – CLI User Guide
1.
User introduction
2.
Installation
2.1.
Manual build for maximum performance
3.
Usage
3.1.
JSONPath reference
3.2.
rsonpath-specific behavior
4.
Query optimization
5.
Reporting issues
Part II – Library User Guide
6.
Library user introduction
7.
Depending on rsonpath
7.1.
SIMD support
8.
API overview
8.1.
Query
8.2.
Input
8.2.1.
Scenario: JSON in memory
8.2.2.
Scenario: JSON in a file
8.2.3.
Scenario: JSON from a stream
8.3.
Sink
8.3.1.
Scenario: saving to memory
8.3.2.
Scenario: saving to a stream
9.
Advanced scenarios
9.1.
Custom Input impl
9.2.
Custom Sink impl
Part III – Developer Guide (WIP)
10.
Developer introduction
Acknowledgements