Module arrow2::io::json::read

source ·
Available on crate feature io_json only.
Expand description

APIs to read and deserialize from JSON

Re-exports

Functions

Deserializes a json Value into an Array of DataType This is CPU-bounded.
Deserializes a json Value serialized in Pandas record format into a Chunk.
Infers DataType from Value.
Infers Schema from JSON Value in (pandas-compatible) records format.