{"id":69545,"library":"zjsonpatch","title":"ZJSONPatch","description":"Java library to apply JSON Patches (RFC 6902) and JSON Diff.","status":"active","version":"0.4.16","language":"java","source_language":null,"source_url":"https://github.com/flipkart-incubator/zjsonpatch","tags":["json","patch","rfc6902","diff"],"install":[{"cmd":"<dependency>\n  <groupId>com.flipkart.zjsonpatch</groupId>\n  <artifactId>zjsonpatch</artifactId>\n  <version>0.4.16</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.flipkart.zjsonpatch:zjsonpatch:0.4.16'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"JsonPatch","correct":"com.flipkart.zjsonpatch.JsonPatch"}],"quickstart":{"code":"import com.flipkart.zjsonpatch.JsonPatch;\nimport com.fasterxml.jackson.databind.JsonNode;\nimport com.fasterxml.jackson.databind.ObjectMapper;\n\npublic class Example {\n    public static void main(String[] args) throws Exception {\n        ObjectMapper mapper = new ObjectMapper();\n        JsonNode patch = mapper.readTree(\"[{\\\"op\\\":\\\"replace\\\",\\\"path\\\":\\\"/name\\\",\\\"value\\\":\\\"new\\\"}]\");\n        JsonNode source = mapper.readTree(\"{\\\"name\\\":\\\"old\\\"}\");\n        JsonNode result = JsonPatch.apply(patch, source);\n    }\n}","lang":"java","description":"Applies a JSON Patch to a source JSON document."},"warnings":[],"env_vars":null,"search_vec":"'6902':9 'appli':5 'diff':12,16 'java':2 'json':6,11,13 'librari':3 'patch':7,14 'rfc':8 'rfc6902':15 'zjsonpatch':1","created_at":"2026-06-17T18:03:05.578577+00:00","updated_at":"2026-06-17T18:03:05.578577+00:00","problems":[],"ecosystem":"maven","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/flipkart-incubator/zjsonpatch/","github":"https://github.com/flipkart-incubator/zjsonpatch","docs":"https://appdoc.app/artifact/com.flipkart.zjsonpatch/zjsonpatch/","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-17","next_check":"2026-12-14","install_tag":null}}