We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b53af commit 23c2f64Copy full SHA for 23c2f64
jsonpath_ng/ext/parser.py
@@ -26,7 +26,6 @@ class ExtendedJsonPathLexer(lexer.JsonPathLexer):
26
tokens = (['BOOL'] +
27
parser.JsonPathLexer.tokens +
28
['FILTER_OP', 'SORT_DIRECTION', 'FLOAT'])
29
- print "tokens {}".format(tokens)
30
t_FILTER_OP = r'==?|<=|>=|!=|<|>|~='
31
32
def t_BOOL(self, t):
0 commit comments