With Jayway JSONPATH you might get lucky with below jsonpath
$..[?(@.values[?(@.name=='a')].value[*] contains 1 )].values[?(@.name=='b')].value[*]
CLICK HERE to find out more related problems solutions.
With Jayway JSONPATH you might get lucky with below jsonpath
$..[?(@.values[?(@.name=='a')].value[*] contains 1 )].values[?(@.name=='b')].value[*]
CLICK HERE to find out more related problems solutions.