Add glossary/JSON

This commit is contained in:
Angelos Chalaris
2018-07-16 20:55:16 +03:00
parent d0386abeea
commit ac7f0df95d

4
glossary/JSON.md Normal file
View File

@ -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.