Is a given jq expression returning only one result?
Say I'm getting an API response back that looks somewhat like this: { "results": [ { "name": "foobar", "description": "it's the foobar 1000 baby!" }, { "name": "another_thing", "description": "acme 1000 whizbang machine" } ] } I pipe this object…