json_obj_mut

Function json_obj_mut 

Source
pub fn json_obj_mut(v: &mut Value) -> Result<&mut Map<String, Value>>
Expand description

Returns a mutable reference to the JSON object, or an error if not an object.