Crate async_jsonl

Crate async_jsonl 

Source

Structs§

Jsonl
Iterator to read JSONL file as raw JSON strings

Traits§

JsonlDeserialize
Extension trait to add deserialization capabilities to JSONL readers.
JsonlReader
Main trait for reading JSONL (JSON Lines) files with async capabilities.
JsonlValueDeserialize
Extension trait specifically for deserializing JSONL to serde_json::Value objects.