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