Skip to content

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.

ParameterType
jsonstring

Column