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