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