Skip to content

Commit a09b1c5

Browse files
committed
Update README
1 parent 5ee5f35 commit a09b1c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@ To use the extensions below you must import from `jsonpath_ng.ext`.
213213
+==============+===============================================+
214214
| len | - ``$.objects.`len``` |
215215
+--------------+-----------------------------------------------+
216+
| keys | - ``$.objects.`keys``` |
217+
+--------------+-----------------------------------------------+
218+
| str | - ``$.field.`str()``` |
219+
+--------------+-----------------------------------------------+
216220
| sub | - ``$.field.`sub(/foo\\\\+(.*)/, \\\\1)``` |
217221
| | - ``$.field.`sub(/regex/, replacement)``` |
218222
+--------------+-----------------------------------------------+

0 commit comments

Comments
 (0)