Tutorial en línea de JQ consultas

$ cat mock.json | jq '.[].email | select(. | contains("@google"))'
Xerothermic Xenomorph