jsonb_extract_path(from_json jsonb, VARIADIC path_elems text[])


Description

get value from jsonb with path elements

Parameters

Name Type Mode
from_json jsonb IN
path_elems text[] VARIADIC

Definition