json_object_keys
function json_object_keys(column): Column;Defined in: functions/json.ts:38
Returns all the keys of the outermost JSON object as an array.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
function json_object_keys(column): Column;Defined in: functions/json.ts:38
Returns all the keys of the outermost JSON object as an array.
| Parameter | Type |
|---|---|
column | ColOrName |