You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$..[?(@.name=='is_literate')] expression works completely fine on https://jsonpath.com/ but it throw an error while using this expression at jsonpath-ng#200
Hello everyone,
I am facing an issue with phasing data. My expression looks like $..[?(@.name=='is_literate')] it throws error. Also, I tried $[?(@.name=='is_literate')] this time, this does not throw any error, but I did not get the expected value. Which is given as follows. I tried it at https://jsonpath.com/, it works fine with $..[?(@.name=='is_literate')] expression.
Note: I have the name of the label, but I don't have label. I need a label based on the name value.