The JSON data type refers to storing JSON-formatted data.
When you create a table in MySQL, you define the JSON data type so that valid JSON objects or arrays can be inserted into that column.
Syntax:
column_name JSON
The JSON data type refers to storing JSON-formatted data.
When you create a table in MySQL, you define the JSON data type so that valid JSON objects or arrays can be inserted into that column.
Syntax:
column_name JSON