How to minify a JSON string or file with jq. ... Save the minified JSON string: echo '{ "foo": "bar" }' | jq -r tostring > minified.json
確定! 回上一頁