jq Tour
jq Tour
如何安装
jq是一个轻量级的命令行JSON处理器,支持多种操作系统的安装。
Ubuntu/Debian
sudo apt-get update && sudo apt-get install jq
CentOS/RHEL/Fedora
sudo yum install jq # 或 sudo dnf install jq
macOS
brew install jq
Windows
# 使用Chocolatey
choco install jq
choco install jq
# 或使用Scoop
scoop install jq
scoop install jq