Gunakan JQ untuk memperbarui file JSON

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