
Using JSON as a Data Type
MySQL is a very robust database that supports JSON as a data type. This will be very useful for applications that need the JSON data type for certain types of processing. Consider the following example, here, we will create, populate and query the JSON data, which should clarify its usage.