From 41f864773420b9faf6090c1ed8c87fdc032c7523 Mon Sep 17 00:00:00 2001 From: Patrick Birch <48594400+patrickbirch@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:33:34 -0500 Subject: [PATCH] Update json-overview.md --- docs/json-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.