jq -R -s '.' < datafile. This reads in all of datafile as a string, and then has jq just print it out as a JSON string. It will give you a quoted string ...
確定! 回上一頁