JSON Get All Keys

Pure
JsonGetAllKeys

Returns all top-level field names from a JSON object.

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

Inputs

NameTypeDefaultDescription
JsonObjectStringJsonObject parameter

Outputs

NameTypeDescription
Return ValueString ArrayReturn Value output

Example Use Cases

Example 1

Enumerate available fields in a dynamic API response.