Skip to main content

JSON const

Stores a constant of JSON type.

component image

In-ports

trigger <any> — any event on this port will trigger the component to emit its value.

Out-ports

output JSON — emits the value stored by the component.

Overview

The JSON component stores a JSON value and emits it on the output port immediately after initialization. When the trigger port is connected, the component waits for an event on this port before emitting the value. Subsequently, it emits its value each time the trigger port receives an event.

Settings

Enter a JSON value that you want the component to store.

Learn More