Skip to content

Commit 377b214

Browse files
authored
Create README.md
1 parent 01e1303 commit 377b214

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# SQLServerJSONBeautifier
2+
SQL Server JSON Beautifier \ Formatter \ Indenter CLR function
3+
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#.
5+

0 commit comments

Comments
 (0)