Hi @Sam Debruyn Thank you for being patient while checking on this.
I have checked with the product group and seems to be a bug. There is a fix for that. It will be in SQL Server 2022 CU1 only. Workaround is to do:
SELECT JSON_ARRAY() COLLATE database_default UNION ALL SELECT JSON_ARRAY() COLLATE database_default. Same applies for JSON_OBJECT.
Please let me know if that works
Regards,
Oury