Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
There was an error while loading. Please reload this page.
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