Format query results as JSON

Format query results as JSON#

Querona can return query results as JSON using the FOR JSON clause, just as SQL Server does. The guides in this section show how to shape that output — choosing AUTO or PATH mode, adding a root node, including null values, and removing the outer array wrapper.