kennknowles / python-jsonpath-rw

A robust and significantly extended implementation of JSONPath for Python, with a clear AST for metaprogramming.
Apache License 2.0
603 stars 194 forks source link

What's the proper way of escaping $? #72

Closed fjsj closed 5 years ago

fjsj commented 5 years ago

Hi, thanks for this lib! One question: what's the proper way of escaping $? E.g. if I have a JSON key that's $.

fjsj commented 5 years ago

Nevermind, seems to be double quotes. Thanks!