jq query input
jq runs the jq query query against input and returns a list of
results.
Example
{{ dict "key" "value" | jq ".key" | first }}
Warning
jq uses github.com/itchyny/gojq, which behaves slightly
differently to the jq command in some edge cases.