windows的gitbash使用jq
下载jqhttps://stedolan.github.io/jq/download/下载链接https://github.com/stedolan/jq/releases/download/jq-1.6/jq-win64.exe放到git安装目录的mingw64\bin下测试Administrator@PC-20180827UNGA MINGW64 /mingw64/bin$ echo '{"n
·
下载jq
https://stedolan.github.io/jq/download/
下载链接https://github.com/stedolan/jq/releases/download/jq-1.6/jq-win64.exe
放到git安装目录的mingw64\bin下
测试
Administrator@PC-20180827UNGA MINGW64 /mingw64/bin
$ echo '{"name": "90"}' | jq . {
"name": "90"
}
更多推荐
所有评论(0)