pub fn deserialize(
    json: &Value<'_>,
    data_type: DataType
) -> Result<Box<dyn Array>, Error>
Available on crate feature io_json only.
Expand description

Deserializes a json [Value] into an Array of DataType This is CPU-bounded.

Error

This function errors iff either: