pub fn resolve_pointer<'a>( data: &'a Value, pointer: &str, ) -> Result<&'a Value, JsonPointerError>
解析 JSON Pointer 路径并获取值
支持绝对路径(以 / 开头)和相对路径
/