.flake8
.gitignore
.pre-commit-config.yaml
.travis.yml
LICENSE
README.md
pylintrc
requirements-dev.txt
requirements.txt
setup.py
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
jsonpath2/__init__.py
jsonpath2/expression.py
jsonpath2/node.py
jsonpath2/path.py
jsonpath2/subscript.py
jsonpath2/tojsonpath.py
jsonpath2.egg-info/PKG-INFO
jsonpath2.egg-info/SOURCES.txt
jsonpath2.egg-info/dependency_links.txt
jsonpath2.egg-info/requires.txt
jsonpath2.egg-info/top_level.txt
jsonpath2/expressions/__init__.py
jsonpath2/expressions/operator.py
jsonpath2/expressions/some.py
jsonpath2/nodes/__init__.py
jsonpath2/nodes/current.py
jsonpath2/nodes/recursivedescent.py
jsonpath2/nodes/root.py
jsonpath2/nodes/subscript.py
jsonpath2/nodes/terminal.py
jsonpath2/parser/JSONPath.g4
jsonpath2/parser/JSONPath.interp
jsonpath2/parser/JSONPath.tokens
jsonpath2/parser/JSONPathLexer.interp
jsonpath2/parser/JSONPathLexer.py
jsonpath2/parser/JSONPathLexer.tokens
jsonpath2/parser/JSONPathListener.py
jsonpath2/parser/JSONPathParser.py
jsonpath2/parser/__init__.py
jsonpath2/subscripts/__init__.py
jsonpath2/subscripts/arrayindex.py
jsonpath2/subscripts/arrayslice.py
jsonpath2/subscripts/filter.py
jsonpath2/subscripts/node.py
jsonpath2/subscripts/objectindex.py
jsonpath2/subscripts/wildcard.py
jsonpath2/test/arrayslice_subscript_test.py
jsonpath2/test/bookstore_test.py
jsonpath2/test/expression_test.py
jsonpath2/test/jsonpath2_test.py
jsonpath2/test/node_subscript_test.py
jsonpath2/test/subscript_node_test.py