Module jsonl_converter::processors::line_processor
source · Expand description
This module contains the functionality to process a lines of a file one at a time without reading the entire file into memory at once.
Specifically, this is used to convert JSON to JSONL format.
It assumes that the JSON file is well formatted.