jsonb_extract_path_text(from_json jsonb, VARIADIC path_elems text[])


Description

get value from jsonb as text with path elements

Parameters

Name Type Mode
from_json jsonb IN
path_elems text[] VARIADIC

Definition