Package com.github.fge.jsonpatch

Implementation of JSON Patch

See: Description

Package com.github.fge.jsonpatch Description

Implementation of JSON Patch

As its name implies, JSON Patch is a mechanism designed to modify JSON documents. It consists of a series of operations to apply in order to the source JSON document until all operations are applied or an error has been encountered.

The main class is JsonPatch.

There is also a limited purpose "diff" class, JsonDiff, which will generate a JSON Patch from two JSON values so that applying the patch to the first node returns the second node.

Copyright © 2013. All Rights Reserved.