The library already supports diff/patch operations programmatically, and the CLI currently provides a convenient way to generate diffs. It would be very useful if the CLI also supported applying a delta back to a JSON document directly from the command line.
Example:
jsondiffpatch patch original.json delta.json output.json
The library already supports diff/patch operations programmatically, and the CLI currently provides a convenient way to generate diffs. It would be very useful if the CLI also supported applying a delta back to a JSON document directly from the command line.
Example: