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 b614c30 + 0394656 commit f4c8806Copy full SHA for f4c8806
README.rst
@@ -95,8 +95,7 @@ of your dict keys. To do this you can use either of these options:
95
96
>>> import jmespath
97
>>> parsed = jmespath.compile('{a: a, b: b}')
98
- >>> parsed.search('{a: a, b: b}',
99
- ... mydata,
+ >>> parsed.search(mydata,
100
... jmespath.Options(dict_cls=collections.OrderedDict))
101
102
0 commit comments