Trevor Richardson
Home
Profile
TIL: Use jq to find all elements with an array property of given length.
2018/10/12
TIL
jq '.[] | select((.arrayAttribute | length) > 1)' FILE.json