More on maps
There are several built-in functions to manipulate maps. keys, get, union, map are the main functions.
A short cut for the function get is to use slashes to write values in a path-like syntax. /A/B/C is equivalent to [get [get A B] C].