Map To JSON Object
PureMapToJsonObjectCreates a JSON object string from a string-to-string map.
Type: Pure (no side effects)
Category: Fortuna|JSON
Keywords: json
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Fields | String Map | — | Fields parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | String | Return Value output |
Example Use Cases
Example 1
Convert a TMap of player stats to JSON for a POST request.