sql-parser-cst
sql-parser-cst copied to clipboard
Support JSON_OBJECT() in PostgreSQL
Currently the following produces a syntax error:
SELECT JSON_OBJECT(
'key':'value',
'key2':my_table.my_column
)
See also: https://github.com/sql-formatter-org/sql-formatter/issues/761