How to remove double-quotes in jq output for parsing json files in bash? April 30, 2023 by Tarik Use the -r (or --raw-output) option to emit raw strings as output: jq -r '.name' <json.txt