Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 243 Bytes

Readme.md

File metadata and controls

18 lines (11 loc) · 243 Bytes

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'