{"id":25006608,"url":"https://github.com/croct-tech/json-pointer-js","last_synced_at":"2025-06-22T20:35:29.951Z","repository":{"id":270765246,"uuid":"466731028","full_name":"croct-tech/json-pointer-js","owner":"croct-tech","description":"A RFC 6901 compliant JSON pointer library to handle arbitrary structured data.","archived":false,"fork":false,"pushed_at":"2025-02-19T16:57:29.000Z","size":981,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-22T06:15:29.777Z","etag":null,"topics":["json","json-pointer","rfc-6901"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/croct-tech.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-03-06T12:30:29.000Z","updated_at":"2025-02-19T16:57:32.000Z","dependencies_parsed_at":"2025-01-02T23:46:34.217Z","dependency_job_id":"08d8950b-5f6b-4c1d-b5ba-9aa75fbc46b3","html_url":"https://github.com/croct-tech/json-pointer-js","commit_stats":null,"previous_names":["croct-tech/json-pointer-js"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/croct-tech/json-pointer-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Fjson-pointer-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Fjson-pointer-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Fjson-pointer-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Fjson-pointer-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/croct-tech","download_url":"https://codeload.github.com/croct-tech/json-pointer-js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Fjson-pointer-js/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261363534,"owners_count":23147589,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["json","json-pointer","rfc-6901"],"created_at":"2025-02-05T01:50:21.721Z","updated_at":"2025-06-22T20:35:24.921Z","avatar_url":"https://github.com/croct-tech.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://croct.com\"\u003e\n        \u003cimg src=\"https://cdn.croct.io/brand/logo/repo-icon-green.svg\" alt=\"Croct\" height=\"80\"/\u003e\n    \u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cstrong\u003eJSON Pointer\u003c/strong\u003e\n    \u003cbr /\u003e\n    A \u003ca href=\"https://datatracker.ietf.org/doc/html/rfc6901\"\u003eRFC 6901\u003c/a\u003e compliant JSON pointer library to handle arbitrary structured data.\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://www.npmjs.com/package/@croct/json-pointer\"\u003e\u003cimg alt=\"Version\" src=\"https://img.shields.io/npm/v/@croct/json-pointer\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/croct-tech/json-pointer-js/actions/workflows/validate-branch.yaml\"\u003e\u003cimg alt=\"Build\" src=\"https://github.com/croct-tech/json-pointer-js/actions/workflows/validate-branch.yaml/badge.svg\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://codeclimate.com/repos/6224bc798bc258016500056f/test_coverage\"\u003e\u003cimg src=\"https://api.codeclimate.com/v1/badges/692b087d6472a80bb509/test_coverage\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://codeclimate.com/repos/6224bc798bc258016500056f/maintainability\"\u003e\u003cimg src=\"https://api.codeclimate.com/v1/badges/692b087d6472a80bb509/maintainability\" /\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/croct-tech/json-pointer-js/releases\"\u003e📦Releases\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/croct-tech/json-pointer-js/issues/new?labels=bug\u0026template=bug-report.md\"\u003e🐞Report Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/croct-tech/json-pointer-js/issues/new?labels=enhancement\u0026template=feature-request.md\"\u003e✨Request Feature\u003c/a\u003e\n\u003c/p\u003e\n\n## Introduction\n\nThis library provides a fast, [RFC 6901](https://tools.ietf.org/html/rfc6901) compliant \nJSON pointer implementation to manipulate arbitrary JSON values with type-safety.\n[Relative JSON pointers](https://datatracker.ietf.org/doc/html/draft-bhutton-relative-json-pointer-00) \nare also supported.\n\nThese are the main highlight that distinguishes it from similar libraries:\n\n- Fast and lightweight, zero dependencies\n- Fully compliant with the specification, including validation, serialization, and deserialization\n- Provide methods for reading and writing structures\n- Restricts operations such that no array becomes sparse\n- Ensures that a valid `JsonStructure` modified by a `JsonPointer` results in a still valid `JsonStructure`\n\n## Installation\n\nWe recommend using [NPM](https://www.npmjs.com) to install the package:\n\n```sh\nnpm install @croct-tech/json-pointer\n```\n\n## Contributing\n\nContributions to the package are always welcome! \n\n- Report any bugs or issues on the [issue tracker](https://github.com/croct-tech/json-pointer-js/issues).\n- For major changes, please [open an issue](https://github.com/croct-tech/json-pointer-js/issues) first to discuss what you would like to change.\n- Please make sure to update tests as appropriate.\n\n## Testing\n\nBefore running the test suites, the development dependencies must be installed:\n\n```sh\nnpm install\n```\n\nThen, to run all tests:\n\n```sh\nnpm run test\n```\n\nRun the following command to check the code against the style guide:\n\n```sh\nnpm run lint\n```\n\n## Building\n\nBefore building the project, the dependencies must be installed:\n\n```sh\nnpm install\n```\n\nThe following command builds the library:\n\n```\nnpm run build\n```\n\n## License\n\nCopyright © 2015-2021 Croct Limited, All Rights Reserved.\n\nAll information contained herein is, and remains the property of Croct Limited. The intellectual, design and technical concepts contained herein are proprietary to Croct Limited s and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Croct Limited.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcroct-tech%2Fjson-pointer-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcroct-tech%2Fjson-pointer-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcroct-tech%2Fjson-pointer-js/lists"}