min
Finds the minimum value in the given array
Arguments
array
- The array to find the minimum value inselector(element, index)
- (optional) The selector to apply to each element before finding the minimum value
Example
{
"$template": {
"$comment": "The field below will be 1",
"test": "{{[1, 2, 3, 5, 8, 10].min()}}"
}
}