pub fn parse_line(raw: &str) -> Option<TranscriptEntry>Expand description
Parse a single JSONL line. Returns None for malformed JSON;
returns Some(Other) for parseable JSON we don’t recognize so the
caller can still inspect it.
pub fn parse_line(raw: &str) -> Option<TranscriptEntry>Parse a single JSONL line. Returns None for malformed JSON;
returns Some(Other) for parseable JSON we don’t recognize so the
caller can still inspect it.