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
{{ message }}
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
Doesn't look like it's supported and it's not working even if you try with "and" or "&&".
After first using this library I switched to this one: https://github.com/Skyscanner/JsonPath-PHP
But then you have to replace your "=" by "==" and to use "'" for the names. But it's finally working :)
This project is now marked as abandoned and suggests using softcreatr/jsonpath as a replacement. If you think this issue is still relevant please open a new ticket under the new project.
Is it possible to write conditions like this:
$..images[?(@.type="gallery" AND @.format=="large")]
or something similar to achieve the same result?
The text was updated successfully, but these errors were encountered: