Module jsonl_converter::readers
source · Expand description
Contains modules for reading the JSON file contents.
Modules
- This module contains the
ByteIterator
struct, which is used to iterate over the bytes of a file. This allows us to read a file byte by byte, instead of reading the entire file into memory at once. - This module contains the
LineIterator
struct, which is used to iterate over the lines of a file. This allows us to read and process a file line by line, instead of reading the entire file into memory at once.