jsonpath
jsonpath copied to clipboard
Avoid panic on filter with $
Fix #89
@freestrings There is an option to throw an error on compile, but it seems that it is not the responsibility of the initial compilation/parsing. Since the visitor/selector cannot fail gracefully, the suggested fix is to simply return an empty result. WDYT?
@freestrings Hi, can you please review this fix?