$values
The$values operator returns an array of all values in an object/map.
Input
- A single object/map value
Output
- An array containing all the values of the input object
Examples
Get Values from Object
["Alice", 25, "New York"]
$values operator returns an array of all values in an object/map.
["Alice", 25, "New York"]