Function jsonutils::json::get_values

source ยท
pub fn get_values(value: &Value) -> Result<Vec<Value>>
Expand description

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