pub fn json_get_obj_mut<'a>( root: &'a mut Value, key: &str, ) -> Result<&'a mut Map<String, Value>>
Gets or creates a nested object at key.
key