or
[ { "lineId":"2_1", "ticketId":2, "lineNo":1, "itemNo":"EVERAA", "qty":1, "price":0.99, "isSerialized":false, "serials":[ ] }, { "lineId":"2_2", "ticketId":2, "lineNo":2, "itemNo":"S-022933", "qty":2, "price":189.94, "isSerialized":true, "serials":[ { "serialNo":"AAAAAAA" }, { "serialNo":"BBBBBBBB" } ] }]schema: { model: { id: "lineId", fields: { lineId: { type: "string" }, ticketId: { type: "number" }, lineNo: { type: "number" }, itemNo: { type: "string" }, isSerialized: { type: "boolean"}, price: { type: "number" }, qty: { type: "number" }, serials: { defaultValue: { serialNo: "" } } } }}bundles.Add(new ScriptBundle("~/Scripts/kendo/responsive-kendojs") .Include("~/Scripts/kendo/jquery.min.js") .Include("~/Scripts/kendo/kendo.all.min.js") .Include("~/Scripts/kendo/kendo.aspnetmvc.min.js"));bundles.Add(new StyleBundle("~/Content/kendo/responsive-kendocss") .Include("~/Content/kendo/kendo.common.min.css") .Include("~/Content/kendo/kendo.common-bootstrap.min.css") .Include("~/Content/kendo/kendo.bootstrap.min.css") .Include("~/Content/kendo/kendo.mobile.all.min.css") .Include("~/Content/kendo/kendo.dataviz.min.css") .Include("~/Content/kendo/kendo.dataviz.bootstrap.min.css"));