This document discusses using JSON in SQL Server. It begins with background on the author and an overview of topics to be covered. The document then defines what JSON is, why it would be used, and when it is appropriate to store JSON in SQL. Examples of using JSON for ETL, reporting, and database object maintenance are provided. Performance comparisons are shown between JSON, XML, and .NET. The document concludes that JSON can be fully manipulated in SQL Server 2016 and is preferable to XML for new projects, especially with improvements in SQL Server 2017.