Expand description
JSON Carver
Carve JSON structs from a binary stream of data.
Structs§
- Carver
- The Carver struct is responsible for carving JSON strings out of the provided reader, and provide output and reports to the provided writers.
Enums§
Constants§
- DEFAULT_
MIN_ JSON_ SIZE - The minimum size of a JSON string that we will report.