A simple implementation of RFC 6902 JSON Patch.
This is an extremely simple (one class) Java implementation of RFC 6902. It can be used for applying JSON patches to JSON documents. It successfully applies all the test patches from the JSON Patch Test Project.
If you need a library to generate the patches or diffs try zjsonpatch or json-patch.