Currently the following produces a syntax error: ```sql SELECT JSON_OBJECT( 'key':'value', 'key2':my_table.my_column ) ``` See also: https://github.com/sql-formatter-org/sql-formatter/issues/761