I am on ASP.Net MVC 3, and going by the feature list supported in at, i should be able to get default json model binding working out of the box. However i havent been succes
Your code looks fine.. But check this
and try this
var catalogDiscount = JSON.stringify( { discounts: jsondatacoll } );
that would give make right data binding.