I think one big topic would be about using --output='jsonpath=...', vs --output='json' | jq ....
Personally, I find jq much more user-friendly, but jsonpath is so much more portable - just copy the script and no need to make sure you have jq installed… What do people think?