Entries
to_entries Map
a: 1
b: 2yq 'to_entries' sample.yml- key: a
value: 1
- key: b
value: 2to_entries Array
- a
- bto_entries null
from_entries map
from_entries with numeric key indices
Use with_entries to update keys
Use with_entries to update keys recursively
Custom sort map keys
Use with_entries to filter the map
Last updated