JSON Object To Map

Pure
JsonObjectToMap

Converts a JSON object's top-level fields to a string map. Non-string values are serialized to their JSON text.

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

Inputs

NameTypeDefaultDescription
JsonObjectStringJsonObject parameter

Outputs

NameTypeDescription
Return ValueString MapReturn Value output

Example Use Cases

Example 1

Convert an API response into a lookup map for simple Blueprint access.