📜  mysql 是否接受 json - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:00.083000             🧑  作者: Mango

代码示例1
MySQL supports a native JSON data type defined by RFC 7159 that enables efficient access to data in JSON (JavaScript Object Notation) documents. The JSON data type provides these advantages over storing JSON-format strings in a string column:

Automatic validation of JSON documents stored in JSON columns. Invalid documents produce an error.

Optimized storage format