JSON Get Path
PureJsonGetPathReads a value at a dot-separated path through nested JSON objects (e.g., "player.stats.health").
Type: Pure (no side effects)
Category: Fortuna|JSON
Keywords: json
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| JsonObject | String | — | JsonObject parameter |
| DotPath | String | — | DotPath parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| OutValue | String | OutValue output |
| Return Value | Boolean | Return Value output |
Example Use Cases
Example 1
Access a deeply nested config value like "settings.audio.volume".