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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
path | string |