i have the following object and i am trying to convert it to json object as follows
var feeTransactionsArray=[]; $(\".editor #newPayTable
sorry every one its my silly mistake
it feeTransactionsArray.push(feeTransactionsArray);
feeTransactionsArray.push(feeTransactionsArray);
should be feeTransactionsArray.push(feeTransactions);
feeTransactionsArray.push(feeTransactions);