Crate jsonl_converter

source ·

Modules

  • This module helps us keep track of brackets that have been opened but not closed. This is useful for parsing JSON objects, which can contain nested objects.
  • Contains CLI related code.
  • This module contains structs that represent JSON objects and parts of JSON objects.
  • This module contains the functionality to process a stream of bytes to convert JSON to JSONL.
  • 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.