Skip to content

Version 1.3.3

Compare
Choose a tag to compare
@jg-rp jg-rp released this 21 May 06:46
· 45 commits to main since this release

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.