DB
FunctionsJSON

json_object_keys

Returns the keys of a JSON object. In set-returning contexts this produces one row per key; otherwise it may return an array of keys.

json_object_keys(…) → JSON

Kind · scalar

Returns the keys of a JSON object. In set-returning contexts this produces one row per key; otherwise it may return an array of keys.

Part of the JSON family.