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 25db9bd commit 78b51c5Copy full SHA for 78b51c5
README.rst
@@ -6,7 +6,7 @@ https://github.com/kennknowles/python-jsonpath-rw
6
|Build Status| |Test coverage| |PyPi version| |PyPi downloads|
7
8
This library provides a robust and significantly extended implementation
9
-of JSONPath for Python. It is tested with Python 2.6, 2.7, 3.2, and 3.3.
+of JSONPath for Python. It is tested with Python 2.6, 2.7, 3.2, 3.3, and PyPy.
10
11
This library differs from other JSONPath implementations in that it is a
12
full *language* implementation, meaning the JSONPath expressions are
0 commit comments