JSON Get Float
PureJsonGetFloatReads a float field from a JSON object by key.
Type: Pure (no side effects)
Category: Fortuna|JSON
Keywords: json
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| JsonObject | String | — | JsonObject parameter |
| Key | String | — | Key parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| OutValue | Float | OutValue output |
| Return Value | Boolean | Return Value output |
Example Use Cases
Example 1
Extract a "price" float from a store API response.