Verwenden Sie JQ, um die JSON -Datei zu aktualisieren

echo "$( jq '.address = "abcde"' test.json )" > test.json
Gifted Gorilla