jsonb_each_text(from_json jsonb, OUT key text, OUT value text)


Description

key value pairs of a jsonb object

Parameters

Name Type Mode
from_json jsonb IN
key text OUT
value text OUT

Definition