Skip to main content

parse_ndjson

Function parse_ndjson 

Source
pub fn parse_ndjson<T: DeserializeOwned>(raw: &str) -> Vec<T>
Expand description

Parse NDJSON, skipping blank lines and a trailing partial line (a writer may be mid-append when we read).