Skip to main content

JSON: Object

Build a JSON Object

Input

Dynamics connectors

Any connectors configured. cf. Parameters

Parameters

Base default object

A default JSON object.

Key connectors

One or multiple connectors:

  • key: which key to add the input to

  • label: which label to display on the node

  • expected type: which type you expect as input

Output

JSON
Generated JSON

Example

For given configuration like:

And inputs like:
- name: "John"
- lastname: "Doe"
- age: 42

# output will be:

> {"hello": "world", "k1": "John", "k2": "Doe", "age": 42}