filmov
tv
JavaScript Demo -- JSON Array of objects

Показать описание
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.