2020-07-02 15:03:16 +10:00

9 lines
286 B
Plaintext

{
"name": "map_akeys",
"type": "function",
"groups": ["Maps"],
"description": "Returns all the keys of a map as an array.",
"arguments": [ {"arg":"map","description":"a map"}],
"examples": [ { "expression":"map_akeys(map('1','one','2','two'))", "returns":"[ '1', '2' ]"}]
}