public ActionResult DoSomething(string[] arr, bool someBool, int someInt) { }
trying to call the above method from jQuery:
var test = []; te
can you see if this problem is similar to yours:
Passing an nested arrays to asp.net mvc using jQuery's $.ajax