get_values

Function get_values 

Source
pub fn get_values(value: &Value) -> Result<Vec<Value>, Error>
Expand description

Get the values of a JSON object. Returns an Error if the value is not an object.