Type Definition polars_io::json::LineDelimitedWriter[][src]

pub type LineDelimitedWriter<W> = Writer<W, LineDelimited>;
This is supported on crate feature json only.
Expand description

A JSON writer which serializes RecordBatches to newline delimited JSON objects