core.constant

A primitive stream that only emits a single value.

May identified via the short nameconstant

Keywords

valuerequired

The JSON value to be emitted.

Examples

String:

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

Object:

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