sqlhints.com
JSON_VALUE Function in Sql Server 2016
JSON_VALUE is one of the new JSON scalar function introduced in Sql Server 2016. This function returns the scalar value from the input JSON text from the specified JSON path location. SYNTAX: JSON_…