JQ menginstal bash

On linux:
apt-get update && apt-get install jq

On Mac:
git -C "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask" fetch --unshallow 
brew update
brew install jq
Energetic Elephant