constant
Endlessly emits the specified literal value.
Inputs
valuerequiredThe JSON value to be emitted.
Examples
String:
{
"type": "constant",
"value": "Avagadro"
}Object:
{
"type": "constant",
"value": {
"name": "Évariste Galois",
"age": 20
}
}