core.constant
A primitive stream that only emits a single value.
May identified via the short nameconstant
Keywords
value
required
The JSON value to be emitted.
Examples
String:
{
"type": "core.constant",
"value": "Avagadro"
}
Object:
{
"type": "constant",
"value": {
"name": "Évariste Galois",
"age": 20
}
}