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 standardmatchandsearchfunctions. See #124.