Kaveh Mousavi Zamani

Results 2 comments of Kaveh Mousavi Zamani

Just in case you landed this page, don't forget the `'` around the whole path. `echo '{"p-name": "Dr Nic"}' | jq -r '.["p-name"]'` Also look at manual as mentioned in...

can you try this? ``` echo '{"Foo":"value1", "Bar-Baz":"value2"}' | jq '."Bar-Baz"' ``` Double quotation around `"Bar-Baz"` after `.`.