jq Imports a static jq binary to your $PATH. Example #!/usr/bin/env import import "[email protected]" which jq jq -V echo '{"foo":"bar"}' | jq -r '.foo'