jsonb_array_elements(from_json jsonb, OUT value jsonb)


Description

elements of a jsonb array

Parameters

Name Type Mode
from_json jsonb IN
value jsonb OUT

Definition