| Class | Description |
|---|---|
| JsonDiff |
"Reverse" factorizing JSON Patch 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.
Copyright © 2013. All Rights Reserved.