Make JSON Object
PureMakeJsonObjectCreates a JSON object string from parallel arrays of keys and string values.
Type: Pure (no side effects)
Category: Fortuna|JSON
Keywords: json
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Keys | String Array | — | Keys parameter |
| Values | String Array | — | Values parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | String | Return Value output |
Example Use Cases
Example 1
Build {"name":"Player1","score":"500"} for a REST API payload.