You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add in-place patching and patch read from stdin. enables use of
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.
0 commit comments