JSONPatchCreator
WARNING
This tool is not intended for general use and may be removed in the future.
This tool takes two JSON files, original and modified, and creates an RFC 6902 patch.
Usage
usage: JSONPatchCreator original modified output
positional arguments:
original path to the original JSON file.
modified path to the modified JSON file.
output path to output the JSON patch to.