pub fn deserialize(
json: &Value,
data_type: DataType
) -> Result<Arc<dyn Array + 'static>, ArrowError>
This is supported 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:
json
is not aValue::Array
data_type
is neitherDataType::List
norDataType::LargeList