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.
jsonpatch diff <sourceJson> <targetJson> -o <outputPatchJson>
jsonpatch apply <sourceJson> <patchJson> -o <targetJson>
npm i @shaveko/jsonpatch
2
1.0.0
MIT
39.2 kB
9