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 6789047 commit 034b9ecCopy full SHA for 034b9ec
README.rst
@@ -6,7 +6,8 @@ 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, 3.3, and PyPy.
+of JSONPath for Python. It is tested with Python 2.6, 2.7, 3.2, 3.3.
10
+*(On travis-ci there is a segfault when running the tests with pypy; I don't think the problem lies with this library)*.
11
12
This library differs from other JSONPath implementations in that it is a
13
full *language* implementation, meaning the JSONPath expressions are
0 commit comments