用jq解析json

1.Mac下安装jq

brew install jq

2.命令行查看jq帮助

jq --help

3.jq官方文档
网址:http://stedolan.github.io/jq/manual/

你可能感兴趣的:(用jq解析json)