Converting circular structure to JSON in knockout js
问题 I have two grid structure, In one of them I have multiple fields multiple times, whereas, in one I have two fields single time. I write apply method for each grid my first grid id working fine, but when I am clicking apply on second grid I am getting this error Uncaught TypeError: Converting circular structure to JSON Here are both the apply methods: self.applyRate = function (loan) { // commit the edit transaction self.editTransaction.notifySubscribers(null, "commit"); alert(ko.toJSON({data