jq find and replace value in JSON

?
S
Bash

Quick script to find and replace values in JSON

1br=$(mktemp)
2jq .charlie delta.json > "$br"
3mv "$br" delta.json

Created on 5/5/2020