I have a table of strings in my web app. It's a 2 dimensional array in Javascript. I would like to send them to a C# Web API call so I can put them into a file and mail out to someone as CSV.
How do I post a 2 dimensional JSON object to a Web API method? What do I have to put in my jquery AJAX call and what should my method signature be in the Web API controller?