diff --git a/docs/json-overview.md b/docs/json-overview.md index 42a9714751b..8db29600754 100644 --- a/docs/json-overview.md +++ b/docs/json-overview.md @@ -1,4 +1,4 @@ -# # JSON in MySQL +# JSON in MySQL JSON stands for JavaScript Object Notation. It is a lightweight data-interchange format that is easy for humans to read and write. It is also easy for machines to parse and generate. MySQL supports JSON data type, allowing you to store JSON documents in your database.