JSON Get Float

Pure
JsonGetFloat

Reads a float 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
OutValueFloatOutValue output
Return ValueBooleanReturn Value output

Example Use Cases

Example 1

Extract a "price" float from a store API response.