Skip to content

Jsonpatch cli to create JSONpatch file from json files and apply patch to json files

License

Notifications You must be signed in to change notification settings

shaveko/jsonpatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Jsonpatch cli to create JSONpatch file from json files and apply patch to json files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published