Answers for "how to use jq to update json"

0

use jq to update json file

echo "$( jq '.address = "abcde"' test.json )" > test.json
Posted by: Guest on February-27-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language