pub fn get_values(value: &Value) -> Result<Vec<Value>>
Get the values of a JSON object. Returns an anyhow::Error if the value is not an object.
anyhow::Error