Skip to main content

values

The values of a map, in the same order as keys() returns its keys

values(m: map) -> array

Arguments

NameType
mmap

Example

{{ values({"id": 7, "status": "open"}) }}

Returns ["open", 7].