Hristo Hristov outputs some JSON:
JSON is a complex data type used for representing objects with various properties. With JSON you follow the key-value pattern where the key is a string and the value can be of different data types. What are some common ways to work with JSON in SQL Server?
Most of this looks like functionality that has been in SQL Server for the better part of a decade.