pub fn value_list_from_json(json: Value, elem_ty: &Type) -> Value
Decode a JSON array document into a Value::List, using elem_ty as the per-element type.
Value::List
elem_ty