pub fn jsonl_values<R>(reader: R) -> impl Stream<Item = Result<Value>>where R: AsyncRead + Unpin,
Convenience function to create a JsonlIterator that specifically works with serde_json::Value