Function jsonutils::json::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.