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