{"id":20099658,"url":"https://github.com/tananaev/json-patch","last_synced_at":"2025-05-06T06:31:41.602Z","repository":{"id":49110597,"uuid":"73907030","full_name":"tananaev/json-patch","owner":"tananaev","description":"A JSON patch (RFC 6902) library","archived":false,"fork":false,"pushed_at":"2021-06-28T16:31:38.000Z","size":175,"stargazers_count":14,"open_issues_count":0,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-07-27T13:59:24.722Z","etag":null,"topics":["java","json-patch"],"latest_commit_sha":null,"homepage":"","language":"Java","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/tananaev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-16T10:00:06.000Z","updated_at":"2023-07-27T13:59:24.722Z","dependencies_parsed_at":"2022-09-26T20:30:39.770Z","dependency_job_id":null,"html_url":"https://github.com/tananaev/json-patch","commit_stats":null,"previous_names":[],"tags_count":3,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tananaev%2Fjson-patch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tananaev%2Fjson-patch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tananaev%2Fjson-patch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tananaev%2Fjson-patch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tananaev","download_url":"https://codeload.github.com/tananaev/json-patch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224490674,"owners_count":17319983,"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":["java","json-patch"],"created_at":"2024-11-13T17:11:51.936Z","updated_at":"2024-11-13T17:11:52.443Z","avatar_url":"https://github.com/tananaev.png","language":"Java","readme":"# JSON Patch Library - json-patch\n\n## Overview\n\nJava implementation of [RFC 6902 (JSON Patch)](http://tools.ietf.org/html/rfc6902) standard. This library is based on Google Gson JSON library.\n\nThis project is a fork of the [original library](https://github.com/riotopsys/json-patch) developed by C. A. Fitzgerald.\n\n## Usage\n\nInclude dependency via Gradle:\n```groovy\ncompile 'com.tananaev:json-patch:1.2'\n```\nor Maven:\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.tananaev\u003c/groupId\u003e\n  \u003cartifactId\u003ejson-patch\u003c/artifactId\u003e\n  \u003cversion\u003e1.1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### Patch creation\n```\nJsonPatchFactory jpf = new JsonPatchFactory();\nJsonPatch patch = jpf.create(original, target);\n```\n\n### Patch application\n```\n JsonElement target = patch.apply(original);\n```\n\n## License\n\n    Apache License, Version 2.0\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n        http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftananaev%2Fjson-patch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftananaev%2Fjson-patch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftananaev%2Fjson-patch/lists"}