SQL Server 2016 has the new feature of creating JSON output using FOR JSON clause similar to FOR XML path.The output of the above clause will not be formatted in a readable format.It will be returned as a one single string. To format the JSON , an external application like Visula Studio or Internet Online Formatting tools to be used. The purpose…
json formatter sql-server format function clr beautifier indentation sqlserver indent indenter sqlserver-2016 format-json-in-ssms format-json-in-sql-output beautify-json-in-sql-output indent-json-in-sql-output
- Updated
Apr 29, 2019 - PLpgSQL