{"id":50226,"library":"xeipuuv-gojsonpointer","title":"Go JSON Pointer","description":"gojsonpointer implements JSON Pointer (RFC 6901) for Go.","status":"active","version":"0.0.0-20190905194746-02993c407bfb","language":"go","source_language":null,"source_url":"https://github.com/xeipuuv/gojsonpointer","tags":["json","pointer","rfc6901","json-pointer"],"install":[{"cmd":"go get github.com/xeipuuv/gojsonpointer","lang":"bash","label":"Install github.com/xeipuuv/gojsonpointer"}],"dependencies":[],"imports":[{"symbol":"gojsonpointer","correct":"github.com/xeipuuv/gojsonpointer"}],"quickstart":{"code":"package main\n\nimport (\n    \"fmt\"\n    \"github.com/xeipuuv/gojsonpointer\"\n)\n\nfunc main() {\n    pointer, _ := gojsonpointer.NewJsonPointer(\"/foo/bar\")\n    document := map[string]interface{}{\"foo\": map[string]interface{}{\"bar\": \"value\"}}\n    result, _, err := pointer.Get(document)\n    if err != nil {\n        panic(err)\n    }\n    fmt.Println(result)\n}","lang":"go","description":"Resolve a JSON Pointer against a document"},"warnings":[],"env_vars":null,"search_vec":"'6901':9 'go':1,11 'gojsonpoint':4 'implement':5 'json':2,6,12,16 'json-point':15 'pointer':3,7,13,17 'rfc':8 'rfc6901':14","created_at":"2026-06-15T04:45:00.572940+00:00","updated_at":"2026-06-15T04:45:00.572940+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/xeipuuv/gojsonpointer","github":"https://github.com/xeipuuv/gojsonpointer","docs":"https://pkg.go.dev/github.com/xeipuuv/gojsonpointer#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}