Skip to content

Simple JSON object

159

The Simple JSON object node is a quick way to package a single piece of data into a JSON format. This is essential for sending clean, formatted commands to external web services or MQTT-enabled hardware.

When to use this node: * Outbound API Calls: Preparing a single-value payload (e.g., {"status": "active"}) to be sent via a REST API node. * Standardized MQTT Messages: Formatting data for smart devices or secondary controllers that expect JSON-wrapped values.

Connectors in

  • valueData [type: string]
  • valueName [type: string]

Connectors out

  • json [type: string]

Node properties

  • valueName [type: string]