Wondering if there is a better way to do this with ASP.NET MVC2. The following Posts on SO are little dated:
and also without using phil haack's futures library in the following post. http://haacked.com/archive/2010/04/15/sending-json-to-an-asp-net-mvc-action-method-argument.aspx
Basically what I am doing right now is using the JavaScriptSerializer and deserializing in action/actionfilter.