jq – search a string value at any level of a json file and get the parent keys
I would like to find in a JSON file a specific value (without worrying about the key) at any level of my JSON file (I don't know in advance the exact tree) and display the parent keys. I have extracted…