h2non / jsonpath-ng

Finally, a JSONPath implementation for Python that aims to be standard compliant. That's all. Enjoy!
Apache License 2.0
582 stars 85 forks source link

Fix invalid escape sequences in strings. #62

Closed domdfcoding closed 1 year ago

domdfcoding commented 3 years ago

For the tests I've used double back slashes, as some of the strings had them already. For the regular expressions in string.py I've used raw strings as there are more back slashes in each string.

Fixes #33

domdfcoding commented 3 years ago

👈 Friendly ping

ciwasaki commented 2 years ago

seconding the friendly ping!

RoaldO commented 1 year ago

third friendly ping