Function get_keys

Source
pub fn get_keys(value: &Value) -> Result<Vec<String>, Error>
Expand description

Get the keys of a JSON object. Returns an Error if the value is not an object.