Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msornakumar authored Aug 15, 2017
1 parent de5173b commit 3e30cf8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ Pass the string directly in the function. This string can be assigned to a varia
```
SELECT [dbo].[IndentJSON]('{"id": 1,"name": "A green door","price": 12.50,"tags": ["home", "green"]}')
```

#### References

Used the C# code from the below link with modifications

https://stackoverflow.com/questions/4580397/json-formatter-in-c

0 comments on commit 3e30cf8

Please sign in to comment.