the database cannot fetch json objects using jsonpath

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.

Leave a Comment

Your email address will not be published.

Scroll to Top