JSON Built in functions in SQL Server
In this post, I will explain JSON built in functions in SQL server to work with JSON string. The JSON built in functions introduced in SQL Server 2016 are, OPENJSON ISJSON JSON_VALUE JSON_QUERY JSON_MODIFY In the previous post, I explained OPENJSON function in detail with examples. Now, I will explain rest of the functions with… Read More »