Skip to main content

read_jsonl

Function read_jsonl 

Source
pub fn read_jsonl(content: &str) -> Result<Vec<FlexValue>, DataSourceError>
Expand description

Read JSON Lines (newline-delimited JSON) as FlexValue rows.