Function from_json

Source
pub fn from_json(
    col: impl Into<Column>,
    schema: impl Into<Column>,
    options: Option<HashMap<&str, &str>>,
) -> Column
Expand description

Parses a column containing a JSON string to a row with the specific schema. Returns null in the case of an unparseable string