Module jsonb

Source
Expand description

JSONB table functions.

Staticsยง

_LINKME_ELEMENT_jsonb_array_elements_jsonb_jsonb ๐Ÿ”’
_LINKME_ELEMENT_jsonb_array_elements_text_jsonb_varchar ๐Ÿ”’
_LINKME_ELEMENT_jsonb_each_jsonb_struct_key_varchar_value_jsonb_ ๐Ÿ”’
_LINKME_ELEMENT_jsonb_each_text_jsonb_struct_key_varchar_value_varchar_ ๐Ÿ”’
_LINKME_ELEMENT_jsonb_object_keys_jsonb_varchar ๐Ÿ”’

Functionsยง

jsonb_array_elements ๐Ÿ”’
Expands the top-level JSON array into a set of JSON values.
jsonb_array_elements_jsonb_jsonb ๐Ÿ”’
jsonb_array_elements_text ๐Ÿ”’
Expands the top-level JSON array into a set of text values.
jsonb_array_elements_text_jsonb_varchar ๐Ÿ”’
jsonb_each ๐Ÿ”’
Expands the top-level JSON object into a set of key/value pairs.
jsonb_each_jsonb_struct_key_varchar_value_jsonb_ ๐Ÿ”’
jsonb_each_text ๐Ÿ”’
Expands the top-level JSON object into a set of key/value pairs.
jsonb_each_text_jsonb_struct_key_varchar_value_varchar_ ๐Ÿ”’
jsonb_object_keys ๐Ÿ”’
Returns the set of keys in the top-level JSON object.
jsonb_object_keys_jsonb_varchar ๐Ÿ”’