get %map:MAP% at key %key:EXPR% — Expressions

get %map:MAP% at key %key:EXPR%
Map1.0.0

Description

Returns the value associated with a key in a map, or null if the key is not present.

Examples

set name to get myMap at key "name"

All Possible Usages (1)

Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.

get <map> at key <key>

Related (Map)