辞書配列
辞書配列と辞書の違い
code:辞書配列の例.js
people = [
{"name": "John", "age": 30, "isStudent": False},
{"name": "Jane", "age": 25, "isStudent": True}
];