JSON Get Int

Pure
JsonGetInt

Reads an integer 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
OutValueIntegerOutValue output
Return ValueBooleanReturn Value output

Example Use Cases

Example 1

Get a "count" value from a paginated API response.