Crate json_carver

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

Reader
Implementation of a stream reader.
Writer
Implementation of a stream writer.

Constants§

DEFAULT_MIN_JSON_SIZE
The minimum size of a JSON string that we will report.