I am reading O\'Reilly\'s new \"Data Science at the Command Line\" and running into trouble using jq. I have some JSON (returned from the NYTimes Articles API) I am parsing
Use the select filter where length > 0.
select
select(length > 0)