pub fn json_group_array(values: &[SqliteValue]) -> Result<String>Expand description
Aggregate rows into a JSON array, preserving SQL NULL as JSON null.
pub fn json_group_array(values: &[SqliteValue]) -> Result<String>Aggregate rows into a JSON array, preserving SQL NULL as JSON null.