I have an array and I need to check if elements exists in that array or to get that element from the array using jq, fruit.json:
{"fruit": ["apple", "orange","pomegranate","apricot","mango" ]}cat fruit.json | jq '.fruit .apple'does not work
I have an array and I need to check if elements exists in that array or to get that element from the array using jq, fruit.json:
{"fruit": ["apple", "orange","pomegranate","apricot","mango" ]}cat fruit.json | jq '.fruit .apple'does not work