ตามความรู้ของฉัน ([]) ใช้ใน Knockout.js สิ่งนี้ใช้เพื่อกำหนด observableArray โปรดดูตัวอย่างและลิงก์ด้านล่าง
// This observable array initially contains three objects var anotherObservableArray = ko.observableArray([ { name: "Bungle", type: "Bear" }, { name: "George", type: "Hippo" }, { name: "Zippy", type: "Unknown" } ]);
https://knockoutjs.com/documentation/observableArrays.html