Package com.github.fge.jsonpatch.diff
JSON "diff" implementation
The main class, JsonDiff, does the
reverse of what JSON Patch does: given two JSON values, it generates a patch
(as JSON) to apply to the first node in order to obtain the second node.
This implementation is able to factorize additions and removals into moves and copies.
-
Class Summary Class Description DiffOperation DiffProcessor JsonDiff JSON "diff" implementation -
Enum Summary Enum Description DiffOperation.Type