is it possible to select the value for the key in json using JSQuery? Something like this: SELECT value @@ (*.color) FROM js_test WHERE value @@ '*.color = *' Basically I am interested to see the value of color key in all the json documents if available. My key could be present in any level inside the json. Thanks.