pub type json_pretty_with_indentation<j, indentation> = json_pretty_with_indentation<<j as Expression>::SqlType, j, indentation>;Available on crate feature
__sqlite-shared only.Expand description
Return type of the json_pretty_with_indentation() SQL function.
Aliased Typeยง
pub struct json_pretty_with_indentation<j, indentation> { /* private fields */ }