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