JSON Get Nested Object
PureJsonGetNestedObjectReads a nested JSON object field as a JSON string.
Type: Pure (no side effects)
Category: Fortuna|JSON
Keywords: json
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| JsonObject | String | — | JsonObject parameter |
| Key | String | — | Key parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| OutNestedJson | String | OutNestedJson output |
| Return Value | Boolean | Return Value output |
Example Use Cases
Example 1
Extract the "stats" sub-object from a player JSON blob.