Skip to content

get_json_object

function get_json_object(column, path): Column;

Defined in: functions/json.ts:18

Extracts a JSON object from a JSON string based on the specified JSON path.

Parameter Type
column ColOrName
path string

Column