Check here format and escaping in jq https://jqlang.github.io/jq/manual/v1.5/#format-strings-and-escaping
system_profiler SPApplicationsDataType -json | jq -r '."SPApplicationsDataType" | .[] | [ ."_name",."version" ] | @tsv 'Check here format and escaping in jq https://jqlang.github.io/jq/manual/v1.5/#format-strings-and-escaping
system_profiler SPApplicationsDataType -json | jq -r '."SPApplicationsDataType" | .[] | [ ."_name",."version" ] | @tsv '