null value of observable array when i use this code how can i solved
self.items = ko.observableArray([]);
var jsonText = JSON.stringify({ myColumns: self.items() });
in quick watch i see that {"myColumns":[{}]} but array is fulled from obseravble property