Use JQ para atualizar o arquivo JSON

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