@shaveko/jsonpatch
v1.0.0
Published
This is simple CLI tool to create JSONPatch files and apply JSONPatch files to json.
Readme
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>
