Map Keys | MAP_KEYS

Syntax

MAP_KEYS( [value] )

Parameters

value
A MAP / OBJECT.

Return Value

Returns ARRAY containing the keys in the VALUE

Description

Get the keys of the entries in a MAP / OBJECT.

Examples

# VALUE is ["a" => 1, "b" => 2]
MAP_KEYS(VALUE) # returns ["a", "b"]