pub fn write<W, I>(writer: &mut W, blocks: I) -> PolarsResult<()>
Expand description
Writes valid JSON from an iterator of (assumed JSON-encoded) bytes to writer
pub fn write<W, I>(writer: &mut W, blocks: I) -> PolarsResult<()>
Writes valid JSON from an iterator of (assumed JSON-encoded) bytes to writer