Module jsonl_converter::processors::byte_processor
source · Expand description
This module contains the functionality to process a stream of bytes to convert JSON to JSONL.
Structs
- This struct contains the functionality to process a stream of bytes to convert JSON to JSONL. It keeps track of the brackets that have been opened but not closed, as well as the JSONL string that is being built.