Skip to content

Commit 1db18f2

Browse files
authored
Update README.md
1 parent 377b214 commit 1db18f2

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# SQLServerJSONBeautifier
22
SQL Server JSON Beautifier \ Formatter \ Indenter CLR function
33

4-
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 sinlge string. This function beautifies the JSON and provides the output. This is a CLR Function created using C#.
4+
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 of this function is to format the JSON to a readable format in the SSMS output itself. This function beautifies the JSON and provides the output. This is a CLR Function created using C#.
5+
6+
### How Deploy
7+
8+
In the deploy folder open JSONBeautifier.sql and run the code in the same order. At the end of the script there are some examples provided on how to use this function.
9+
10+
511

0 commit comments

Comments
 (0)