Map Get

Performs a safe lookup on a map, returning null if the key is not found.

Map Get

Arguments

NameDescriptionRequired
MapThe map to perform the lookup on.Yes
KeysThe keys to lookup.Yes

Map Merge

Merges multiple maps into a single map.

Map Merge

Arguments

NameDescriptionRequired
FirstThe first map to merge.Yes
SecondThe second map to merge.Yes

Map Merge Nested

Merges multiple maps into a single map.

Map Merge Nested

Arguments

NameDescriptionRequired
FirstThe first map to merge.Yes
SecondThe second map to merge.Yes