Build JSON from fields
Assembles a JSON object from a list of keys and corresponding values. Handy for sending to a webhook or external API.
Assembles a JSON object from a list of keys and corresponding values. Handy for sending to a webhook or external API.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Keys (Multiple) | string | yes | |
| Values (Multiple, order must match keys) | string | yes | |
| Pretty-print with indentation (Y/N, default N) | string | — |
What does the robot return?
| Parameter | Type |
|---|---|
| Resulting JSON | string |