{"id":13508443,"url":"https://github.com/xavier/json_pointer","last_synced_at":"2026-02-18T23:32:14.907Z","repository":{"id":30608045,"uuid":"34163321","full_name":"xavier/json_pointer","owner":"xavier","description":"Implementation of RFC 6901 which defines a string syntax for identifying a specific value within a JSON document","archived":false,"fork":false,"pushed_at":"2019-10-11T18:15:59.000Z","size":16,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-21T15:36:22.612Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xavier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-18T11:26:01.000Z","updated_at":"2023-09-01T10:48:27.000Z","dependencies_parsed_at":"2022-09-26T17:50:50.709Z","dependency_job_id":null,"html_url":"https://github.com/xavier/json_pointer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xavier/json_pointer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavier%2Fjson_pointer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavier%2Fjson_pointer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavier%2Fjson_pointer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavier%2Fjson_pointer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xavier","download_url":"https://codeload.github.com/xavier/json_pointer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavier%2Fjson_pointer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29598237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T22:25:43.180Z","status":"ssl_error","status_checked_at":"2026-02-18T22:25:42.766Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T02:00:53.120Z","updated_at":"2026-02-18T23:32:14.877Z","avatar_url":"https://github.com/xavier.png","language":"Elixir","readme":"# JSON Pointer\n\nAn implementation of [RFC 6901](https://tools.ietf.org/html/rfc6901) which defines a string syntax for identifying a specific value within a JSON document.\n\n## Installation\n\nAdd a dependency to your project `mix.exs`:\n\n```Elixir\n\ndef deps do\n  [{:json_pointer, \"~\u003e 0.1.0\"}]\nend\n\n```\n\n## Usage\n\n```Elixir\n\ndocument = %{\n  \"key\" =\u003e \"value\",\n  \"list\" =\u003e [1, 2, 3],\n  \"deeply\" =\u003e %{\n    \"nested\" =\u003e\n      %{\"values\" =\u003e [\n        %{\"x\" =\u003e 1},\n        %{\"x\" =\u003e 2}\n      ]\n    }\n  }\n}\n\nJSONPointer.resolve(document, \"/key\")\n# =\u003e {:ok, \"value\"}\nJSONPointer.resolve(document, \"/list/1\")\n# =\u003e {:ok, 2}\nJSONPointer.resolve(document, \"/deeply/nested/values/0\")\n# =\u003e {:ok, %{\"x\" =\u003e 1}}\nJSONPointer.resolve(document, \"/deeply/nested/values/1/x\")\n# =\u003e {:ok, 2}\nJSONPointer.resolve(document, \"/list/4\")\n# =\u003e {:error, \"index 4 out of bounds in [1, 2, 3]\"}\n\n```\n\n## Dependencies\n\nThis library works with deserialized documents and does not include a JSON parser.\n\n## Contributors\n\nIn order of appearance:\n\n- [Xavier Defrang](https://github.com/xavier)\n- [Dmitrii Dimandt](https://github.com/dmitriid)\n- [Roman Heinrich](https://github.com/mindreframer)\n","funding_links":[],"categories":["JSON"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxavier%2Fjson_pointer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxavier%2Fjson_pointer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxavier%2Fjson_pointer/lists"}