|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| JsonDiff | "Reverse" factorizing JSON Patch implementation |
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.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||