Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@shaveko/jsonpatch

shaveko5MIT1.0.0

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.

See http://jsonpatch.com/

Installation

Usage

jsonpatch diff <sourceJson> <targetJson> -o <outputPatchJson>

jsonpatch apply <sourceJson> <patchJson> -o <targetJson>