hiltontj / serde_json_path

Query serde_json Values with JSONPath
https://serdejsonpath.live/
MIT License
50 stars 3 forks source link

[#49] Fix bug producing false positives in filters #50

Closed hiltontj closed 1 year ago

hiltontj commented 1 year ago

This should close #49 - in which false positive query results were being produced by filters using relative singular query strings as comparables.

In addition to fixing the bug, some additional tracing instrumentation was added to lower level query evaluation functions.