Description
This is simple CLI tool to create JSONPatch files and apply JSONPatch files to json.
Installation
Usage
jsonpatch diff <sourceJson> <targetJson> -o <outputPatchJson>
jsonpatch apply <sourceJson> <patchJson> -o <targetJson>
This is simple CLI tool to create JSONPatch files and apply JSONPatch files to json.
This is simple CLI tool to create JSONPatch files and apply JSONPatch files to json.
jsonpatch diff <sourceJson> <targetJson> -o <outputPatchJson>
jsonpatch apply <sourceJson> <patchJson> -o <targetJson>