summaryrefslogtreecommitdiff
path: root/bin/jsonpatch
Commit message (Collapse)AuthorAgeFilesLines
* note why we use the same directoryMatt Behrens2014-02-041-1/+2
|
* add commentary and replace tabs with spacesMatt Behrens2014-02-041-3/+33
|
* add --backup flag and attempt to address various exceptions that may be raisedMatt Behrens2014-01-141-5/+25
|
* add in-place patching and patch read from stdin. enables use ofMatt Behrens2013-12-121-4/+17
| | | | | | | | | | jsonpatch in a shell script like so: cat <<EOT | jsonpatch -i a.json [{"path": "/foo", "value": "baz", "op": "replace"}] EOT which will edit a.json in-place and leave a backup in a.json.orig.
* typoStefan Kögl2013-10-121-1/+1
|
* add "jsonpatch" commandline utilityStefan Kögl2013-10-111-0/+42