filmov
tv
JavaScript Demo -- JSON Array of objects
![preview_player](https://i.ytimg.com/vi/7ObMDsLXcWg/hqdefault.jpg)
Показать описание
In this video we show the JSON (JavaScript Object Notation) approach for representing objects . An object is offset by curly brackets {}. The property names (keys) are separated from their corresponding values using a colon : . Finally the key-value pairs come in a comma-separated list.