Skip to main content

parse_ndjson

Function parse_ndjson 

Source
pub fn parse_ndjson(text: &str) -> Result<Vec<IndexLine>>
Expand description

Parse NDJSON (newline-delimited JSON) into a list of IndexLine entries.