jq '.key["value"]' config.json
is found in some of our bash scripts and when I tested it, it seems to be doing the same thing that jq '.key.value' config.json
does. So I am not sure why the latter (which I see everywhere else) is not used instead. I tried to research this notation but found nothing.
Thanks in advance!