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