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