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 209534a commit 7c34349Copy full SHA for 7c34349
README.rst
@@ -213,6 +213,10 @@ To use the extensions below you must import from `jsonpath_ng.ext`.
213
+==============+===============================================+
214
| len | - ``$.objects.`len``` |
215
+--------------+-----------------------------------------------+
216
+| keys | - ``$.objects.`keys``` |
217
++--------------+-----------------------------------------------+
218
+| str | - ``$.field.`str()``` |
219
220
| sub | - ``$.field.`sub(/foo\\\\+(.*)/, \\\\1)``` |
221
| | - ``$.field.`sub(/regex/, replacement)``` |
222
0 commit comments