Quantcast
Channel: Active questions tagged jq - Stack Overflow
Viewing all articles
Browse latest Browse all 576

What is jq '.key["value"]'?

$
0
0

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!


Viewing all articles
Browse latest Browse all 576

Trending Articles