JSONB_OBJECT_KEYS
Extract keys from JSON object.
Category: Struct/JSON Functions
Syntax
JSONB_OBJECT_KEYS(json)
Arguments
- json
anyJSON object or document value to inspect.
Returns
array — Returns the computed result as array.
Extract keys from JSON object.
Category: Struct/JSON Functions
JSONB_OBJECT_KEYS(json)
any
JSON object or document value to inspect.array — Returns the computed result as array.