Baris ke JSON di SQL Server

SELECT * 
FROM MyTable  
FOR JSON PATH, WITHOUT_ARRAY_WRAPPER
Tiny Coders