Utilisez JQ pour mettre à jour le fichier JSON

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