Category: Database, Data, Microsoft, yaml

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.

Related Articles