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 was archived by the owner on Oct 14, 2020. It is now read-only.
For example:
$result = (new JSONPath($data))->find('$..neighbor[?(@.neighbor-id == "192.168.1.1")]');ends with:
PHP Fatal error: Uncaught Exception: Malformed filter query
after I replaced in QueryMatchFilter
@(\.(?<key>\w+)|\[["\']?(?<keySquare>.*?)["\']?\])by
@(\.(?<key>\S+)|\[["\']?(?<keySquare>.*?)["\']?\])Working like charm