xxxxxxxxxx
# Update package manager
sudo apt update
# Install jq
sudo apt install jq
On a Mac, the "most efficient" way to install jq would probably be using homebrew, e.g.
xxxxxxxxxx
brew install jq
## If you want the development version, you could try:
brew install --HEAD jq
Detailed instructions are on the "Installation" page of the jq wiki: https://github.com/stedolan/jq/wiki/Installation
xxxxxxxxxx
curl -L -o /usr/bin/jq.exe https://github.com/stedolan/jq/releases/latest/download/jq-win64.exe