This could be useful. For now I've devised a work around. I print '[' and ']' around the output and the query looks like this: ``` SELECT CONCAT(json_object(foo, bar, baz), ',') AS '' FROM quux; ```