JSON: Add value
Build a new single-key JSON object {key: value} from the
input value. The node does not modify any incoming object — it creates a
fresh object containing only the configured key. To assemble a larger
document field-by-field, chain the resulting objects into
JSON::MergeObjects.
Parameters
Keyrequired
The key under which the input value is written in the new object.
Input
Anyrequired
Any value you can add to a JSON object. The connector accepts a single incoming link.
Output
JSON Element
The new object {key: value}. The connector is Unlimited,
so it can feed several downstream nodes.