Function row_to_json

Source
pub fn row_to_json<'a, T>(expr: T, pretty_print: bool) -> Function<'a>
where T: Into<Table<'a>>,
Expand description

Return the given table in JSON format.