JSON Get Path

Pure
JsonGetPath

Reads 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

NameTypeDefaultDescription
JsonObjectStringJsonObject parameter
DotPathStringDotPath parameter

Outputs

NameTypeDescription
OutValueStringOutValue output
Return ValueBooleanReturn Value output

Example Use Cases

Example 1

Access a deeply nested config value like "settings.audio.volume".