pub fn apply_json_tuple( column: Column, keys: &[String], ) -> PolarsResult<Option<Column>>
json_tuple(json_str, key1, key2, …) - extract keys from JSON; returns struct with one field per key (PySpark json_tuple).