Json – JQ: check if substring from key exists in an array
I have an array of objects as input, each object looking as follows: { "downloadDir": "/merge/downloads", "id": 2485, "labels": [ "irrelevant", "downloads" ] } I am trying to have JQ go through every object and find those, which do not…