Added recursive update map keys example

This commit is contained in:
Mike Farah
2025-03-03 15:10:42 +11:00
parent d74e70104f
commit ba1b9737b6
4 changed files with 36 additions and 1 deletions
@@ -1,3 +1,5 @@
# Entries
Similar to the same named functions in `jq` these functions convert to/from an object and an array of key-value pairs. This is most useful for performing operations on keys of maps.
Use `with_entries(op)` as a syntatic sugar for doing `to_entries | op | from_entries`.