Available on crate feature io_json only.
Expand description

APIs to read and deserialize NDJSON.

Structs

Traits

A fallible, streaming iterator.

Functions

Deserializes rows into an Array of DataType.

Deserializes an iterator of rows into an Array of DataType.

Infers the DataType from an NDJSON file, optionally only using number_of_rows rows.

Infers the DataType from an iterator of JSON strings. A limited number of rows can be used by passing rows.take(number_of_rows) as an input.