Skip to content

Version 2.0.2

Latest

Choose a tag to compare

@jg-rp jg-rp released this 10 Jan 07:54
· 1 commit to main since this release

Fixes

  • Fixed parsing of non-standard JSONPath regular expression literals containing an escaped solidus (/). This affected queries using the regex operator =~, like $.some[?(@.thing =~ /fo\/[a-z]/)], not standard match and search functions. See #124.