windows的gitbash使用jq

下载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"
}

你可能感兴趣的:(杂记,git)