JSON Get String

Pure
JsonGetString

Reads a string field from a JSON object by key.

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

Inputs

NameTypeDefaultDescription
JsonObjectStringJsonObject parameter
KeyStringKey parameter

Outputs

NameTypeDescription
OutValueStringOutValue output
Return ValueBooleanReturn Value output

Example Use Cases

Example 1

Extract the "name" field from an API response JSON.