Skip to main content

value_list_from_json

Function value_list_from_json 

Source
pub fn value_list_from_json(json: Value, elem_ty: &Type) -> Value
Expand description

Decode a JSON array document into a Value::List, using elem_ty as the per-element type.