JSON Get Nested Object

Pure
JsonGetNestedObject

Reads a nested JSON object field as a JSON string.

Type: Pure (no side effects)
Category: Fortuna|JSON
Keywords: json

Inputs

NameTypeDefaultDescription
JsonObjectStringJsonObject parameter
KeyStringKey parameter

Outputs

NameTypeDescription
OutNestedJsonStringOutNestedJson output
Return ValueBooleanReturn Value output

Example Use Cases

Example 1

Extract the "stats" sub-object from a player JSON blob.