Skip to main content

jsonl_from_reader

Function jsonl_from_reader 

Source
pub fn jsonl_from_reader(reader: impl Read) -> Result<Tree, Error>
Expand description

Read the input as JSONL regardless of what detection would say — the --jsonl escape hatch for content that is also valid JSON (e.g. a single record).