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 5ee5f35 commit a09b1c5Copy full SHA for a09b1c5
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