Function json_tuple

Source
pub fn json_tuple<I>(col: impl Into<Column>, fields: I) -> Column
where I: IntoIterator<Item: AsRef<str>>,
Expand description

Creates a new row for a json column according to the given field names.