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
When using a filter in a JSONPath it is necessary to test on the element name when using the * matching:
$..*[?(@ != 'id')]
The above does not seem to be possible?
The desired result would be all elements that is not an id
The text was updated successfully, but these errors were encountered:
When using a filter in a JSONPath it is necessary to test on the element name when using the * matching:
$..*[?(@ != 'id')]
The above does not seem to be possible?
The desired result would be all elements that is not an
id
The text was updated successfully, but these errors were encountered: