Map To JSON Object

Pure
MapToJsonObject

Creates a JSON object string from a string-to-string map.

Type: Pure (no side effects)
Category: Fortuna|JSON
Keywords: json

Inputs

NameTypeDefaultDescription
FieldsString MapFields parameter

Outputs

NameTypeDescription
Return ValueStringReturn Value output

Example Use Cases

Example 1

Convert a TMap of player stats to JSON for a POST request.