isNumber

Returns whether the argument is a number.

Arguments

  • object - The value to check.

Example

{
  "$template": {
    "$comment": "The field below will be true",
    "test": "{{isNumber(1)}}"
  }
}