jq command prints the json twice instead of only once
I need to set some new value using jq command in a JSON file. Here is an example of file.json { "Balise1": true, "Balise2": true, "OtherThingEnabled": false, "proxySettings": { "port": 0 }, "mailSettings": {}, "maxRunningActivitiesPerJob": 5, "maxRunningActivities": 5, } In…