From e7eda2ce9afe89a686942abb887828fef2cd9dbf Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Mon, 16 Jul 2018 20:55:16 +0300 Subject: [PATCH] Add glossary/JSON --- glossary/JSON.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 glossary/JSON.md diff --git a/glossary/JSON.md b/glossary/JSON.md new file mode 100644 index 000000000..582a179e7 --- /dev/null +++ b/glossary/JSON.md @@ -0,0 +1,4 @@ +### JSON + +JSON (JavaScript Object Notation) is a format for storing and exchanging data. +It closely resembles the JavaScript object syntax, however some data types, such as dates and functions, cannot be natively represented and need to be serialized first.