Skip to content

from_json

function from_json(column, schema): Column;

Defined in: functions/json.ts:8

Parses a column containing a JSON string into a StructType or ArrayType with the specified schema.

ParameterType
columnColOrName
schemastring

Column