PreviousNext

JSON support in SQL Server 2016

by bill-s, 2015-12-18T22:10:09.000Z

SQL Server 2016 is finally adding support for JSON, a lightweight format for exchanging data between different source types, similar to how XML is used. JSON, short for JavaScript Object Notation, is based on a subset of the JavaScript programming language and is noted for being human readable and easy for computers to parse and generate.

Read More