mac jq

#一、安裝 json

brew install jq

#二、建立文件bash

echo '{"name": "Ruby"}' > ./test.json

#三、查看code

cat ./test.json | jq .
相關文章
相關標籤/搜索