isArray

Returns whether the argument is an array.

Arguments

  • object - The value to check.

Example

{
  "$template": {
    "$comment": "The field below will be true",
    "test": "{{isArray([])}}"
  }
}