Package com.github.fge.jsonpatch.diff

JSON "diff" implementation

See:
          Description

Class Summary
JsonDiff "Reverse" factorizing JSON Patch implementation
 

Package com.github.fge.jsonpatch.diff Description

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.