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.
2 parents 87e2aee + 36c32aa commit 2bf8529Copy full SHA for 2bf8529
README.rst
@@ -52,6 +52,9 @@ Then:
52
['number two', 'number one']
53
54
# You can also build expressions directly quite easily
55
+ >>> from jsonpath_rw.jsonpath import Fields
56
+ >>> from jsonpath_rw.jsonpath import Slice
57
+
58
>>> jsonpath_expr_direct = Fields('foo').child(Slice('*')).child(Fields('baz')) # This is equivalent
59
60
JSONPath Syntax
0 commit comments