Make JSON Array
PureMakeJsonArrayWraps an array of strings into a JSON array string.
Type: Pure (no side effects)
Category: Fortuna|JSON
Keywords: json
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Values | String Array | — | Values parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | String | Return Value output |
Example Use Cases
Example 1
Serialize an inventory list as a JSON array for cloud save.