JSON Get All Keys
PureJsonGetAllKeysReturns all top-level field names from a JSON object.
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 Array | Return Value output |
Example Use Cases
Example 1
Enumerate available fields in a dynamic API response.