Version 1.3.3
Fixes
- Fixed handling of JSONPath filter expression literals. We now throw a
JSONPathSyntaxError
if a filter expression contains a literal (string, int, float, boolean, null) that is not part of a comparison or function expression. See jsonpath-compliance-test-suite #81.