If you're going to use jq to manipulate JSON I'd recommend a helper CLI tool like ijq. It allows you to experiment without needing too lines in your terminal history.
To add to your point, I'm a dev and I've had to create a (personal, as per their T&Cs) Facebook account just so that I can use the WhatsApp API for my job 🙃
If you're going to use
jq
to manipulate JSON I'd recommend a helper CLI tool likeijq
. It allows you to experiment without needing too lines in your terminal history.