schema_of_json
function schema_of_json(json): Column;Defined in: functions/json.ts:28
Parses a JSON string and infers its schema in DDL format.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
json | string |
function schema_of_json(json): Column;Defined in: functions/json.ts:28
Parses a JSON string and infers its schema in DDL format.
| Parameter | Type |
|---|---|
json | string |