showing results for - "does mysql accept json"
Meagan
24 Apr 2019
1MySQL 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:
2
3Automatic validation of JSON documents stored in JSON columns. Invalid documents produce an error.
4
5Optimized storage format