pub fn resolve_pointer_mut<'a>( data: &'a mut Value, pointer: &str, ) -> Result<&'a mut Value, JsonPointerError>
解析 JSON Pointer 路径并获取可变引用