constant

Endlessly emits the specified literal value.

Inputs

valuerequired

The JSON value to be emitted.

Examples

String:

{
  "type": "constant",
  "value": "Avagadro"
}

Object:

{
  "type": "constant",
  "value": {
    "name": "Évariste Galois",
    "age": 20
  }
}