JSON Object To Map
PureJsonObjectToMapConverts 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
| Name | Type | Default | Description |
|---|---|---|---|
| JsonObject | String | — | JsonObject parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | String Map | Return Value output |
Example Use Cases
Example 1
Convert an API response into a lookup map for simple Blueprint access.