Class | Description |
---|---|
JsonDiff |
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.