- Real-Time 3D Graphics with WebGL 2
- Farhad Ghayour Diego Cantor
- 80字
- 2021-06-10 19:42:59
Introduction to JavaScript Object Notation (JSON)
JSON stands for JavaScript Object Notation. It is a lightweight, text-based, open format used for data interchange. JSON is commonly used as an alternative to XML.
The power of JSON is that it's language-agnostic. This means that there are parsers in many languages to read and interpret JSON objects. Also, JSON is a subset of the object literal notation of JavaScript. Therefore, we can define JavaScript objects using JSON.