Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 105 Bytes

JQ.md

File metadata and controls

7 lines (5 loc) · 105 Bytes

JQ

Select a particular key from a list

jq ".[] | select(.key | contains(\"${value}\"))"