pub fn list_from_str(text: &str, elem_ty: &Type) -> Result<Value, Error>
Decode a JSON array (string) into a Value::List, using elem_ty as the per-element type.
Value::List
elem_ty