This commit is contained in:
Mehdi Abaakouk 2016-03-10 10:37:41 +01:00
parent 55a69d4219
commit 42cfd7cb8b
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ class ExtendedJsonPathLexer(lexer.JsonPathLexer):
t.value = float(t.value)
return t
class ExtentedJsonPathParser(parser.JsonPathParser):
"""Custom LALR-parser for JsonPath"""