pub fn json_obj_mut(v: &mut Value) -> Result<&mut Map<String, Value>>
Returns a mutable reference to the JSON object, or an error if not an object.