DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Basics of Working with JSON in SQL Server

5 years ago dzone.com
Basics of Working with JSON in SQL Server

Summary: This is a summary of an article originally published by the source. Read the full original article here →

by JSON is essentially a data format, it was popularized by Douglas Crockford, a well-known programmer with an interesting history who was also involved in the development of JavaScript.

JSON was standardized in 2013 and the latest version of the standard (ECMA-404: The JSON Data Interchange Syntax) was released in 2017.

In each object, the column name is translated to the JSON name and the value for that column in that row is represented as the JSON value.

In order to represent the JSON data as the complete relational table, we started within Listing 2, we must specify the column names and data types we are converting to.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com