Function jsonl_values

Source
pub fn jsonl_values<R>(reader: R) -> impl Stream<Item = Result<Value>>
where R: AsyncRead + Unpin,
Expand description

Convenience function to create a JsonlIterator that specifically works with serde_json::Value