Having a RDAP JSON similar to this one,
how do I get the abuse email address(es) (the vCardArray
entry/entries with the role set to "abuse", if there is any) using jq(1)
? Thank you.
P.S.: Of course I tried myself but I failed completely to get what I need from the JSON. (I am mostly used to use jq(1)
only as a pretty-printer for JSON. This is the second time I try to do something more complex than just jq < ugly.json
with it, because I need to parse JSON very rarely in practice.)