JSONB_OBJECT_KEYS

Extract keys from JSON object.

Category: Struct/JSON Functions

Syntax

JSONB_OBJECT_KEYS(json)

Arguments

  • json any JSON object or document value to inspect.

Returns

array — Returns the computed result as array.