{"id":16010221,"url":"https://github.com/nichtich/jq-jsonpatch","last_synced_at":"2025-03-18T02:32:25.277Z","repository":{"id":138803619,"uuid":"190274044","full_name":"nichtich/jq-jsonpatch","owner":"nichtich","description":"jq module implementing JSON Patch (RFC 6902)","archived":false,"fork":false,"pushed_at":"2019-06-04T20:26:35.000Z","size":2,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T06:21:05.954Z","etag":null,"topics":["jq","json","jsonpatch"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/nichtich.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-04T20:25:25.000Z","updated_at":"2022-10-14T03:39:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"7cf11f18-547e-470b-8bca-869525a0e33e","html_url":"https://github.com/nichtich/jq-jsonpatch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nichtich%2Fjq-jsonpatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nichtich%2Fjq-jsonpatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nichtich%2Fjq-jsonpatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nichtich%2Fjq-jsonpatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nichtich","download_url":"https://codeload.github.com/nichtich/jq-jsonpatch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243894540,"owners_count":20365048,"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":["jq","json","jsonpatch"],"created_at":"2024-10-08T13:05:03.701Z","updated_at":"2025-03-18T02:32:25.263Z","avatar_url":"https://github.com/nichtich.png","language":"Shell","readme":"# jq-jsonpatch\n\n[![Build Status](https://travis-ci.org/nichtich/jq-jsonpatch.svg?branch=master)](https://travis-ci.org/nichtich/jq-jsonpatch)\n\n\u003e jq module implementing JSON Pointer (RFC 6902)\n\nThis git repository contains an implementation of JSON Pointer ([RFC 6902](https://tools.ietf.org/html/rfc6902)) as module for the [jq data transformation language](https://stedolan.github.io/jq/).\n\n## Table of Contents\n\n* [Install](#install)\n* [Usage](#usage)\n* [API](#api)\n  * ...\n* [Contributing](#contributing)\n* [License](#license)\n\n## Install\n\nInstallation requires [jq](https://stedolan.github.io/jq/) version 1.5 or newer.\n\nPut `jsonpatch.jq` to a place where jq can [find it as module](https://stedolan.github.io/jq/manual/#Modules).\n\nOne way to do so is to download the current version of the file:\n\n~~~sh\nmkdir -p ~/.jq \u0026\u0026 git clone https://github.com/nichtich/jq-jsonpatch.git ~/.jq/jsonpatch\n~~~\n\nOr check out this repository to directory `~/.jq/jsonpatch/`:\n\n~~~sh\nmkdir -p ~/.jq \u0026\u0026 wget -N https://github.com/nichtich/jsonpatch/raw/master/jsonpatch.jq\n~~~\n\nThis module requires jq module [jsonpointer](https://github.com/nichtich/jq-jsonpointer) so make sure to also install it.\n\n## Usage\n\nSee [jq manual](https://stedolan.github.io/jq/manual/#Modules) how to use jq modules in general and API description below how to use this module.\n\n## API\n\n...\n\n## Contributing\n\nThe source code is hosted at \u003chttps://github.com/nichtich/jq-jsonpatch\u003e.\n\nBug reports and feature requests [are welcome](https://github.com/nichtich/jq-jsonpatch/issues/new)!\n\n## License\n\nMade available under the MIT License by Jakob Voß.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnichtich%2Fjq-jsonpatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnichtich%2Fjq-jsonpatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnichtich%2Fjq-jsonpatch/lists"}