Structs§
- Jsonl
- Iterator to read JSONL file as raw JSON strings
Traits§
- Jsonl
Deserialize - Extension trait to add deserialization capabilities to JSONL readers.
- Jsonl
Reader - Main trait for reading JSONL (JSON Lines) files with async capabilities.
- Jsonl
Value Deserialize - Extension trait specifically for deserializing JSONL to
serde_json::Value
objects.