JQ

print json

curl $URL | jq -r '.'

search from output

curl $URL | jq -r '.[] | select(.field == "pattern")'