input json: `[{"name": "John", "age": 30}]` jsonPath: `$[?(@.age == 30)]` output: `[]` Expectation: `[{"name": "John", "age": 30}]`