If we want to minify the JSON, we can use the following: $ ruby -rjson -e 'puts JSON.parse(ARGF.read).to_json' file.json $ ruby -rjson -e ...
確定! 回上一頁