JQ Ajouter une variable

Use jq to add or modify a key value pair in a file (test.json):
jq '.Modality="MR_New"' test.json
Troubled Tapir