Why generate a JSON Patch?

JSON Patch is a web standard format for describing changes in a JSON document. It is used to apply the modification of existing HTTP resources, and allows to avoid sending a whole document when only a part has changed.

The JSON Patch media type is application/json-patch+json.

This tool uses JSON-Patch library.