I am getting the above error in IE8 when I am trying to do ko.toJSON()
var data = ko.toJSON(this),
I am trying to convert a huge model(this). It is working fine if there is less data in object. But most of the time i will have huge data. Is there any way to resolve this issue?