isString

Returns whether the argument is a string.

Arguments

  • object - The value to check.

Example

{
  "$template": {
    "$comment": "The field below will be true",
    "test": "{{isString('asd')}}"
  }
}