Skip to main content

parse_line

Function parse_line 

Source
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.