pub fn json_agg<'a>( expression: impl Into<Expression<'a>>, order_by: Option<Ordering<'a>>, distinct: bool, ) -> Function<'a>
Return the given table as JSONB collection.