Real-Time 3D Graphics with WebGL 2
上QQ阅读APP看书,第一时间看更新

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.