views:

128

answers:

1

I'm asking this question because I think it's one that we run into from time to time. I needed to take an HTML table that had been manipulated client side and send the resulting table data to the server for processing. Additionally, I wanted to map this using JSON.NET directly to my business object(s).

A: 

I have created a jQuery plugin for handling this. Please check out:

http://www.fletchzone.com/post/jQuery-Convert-HTML-Table-to-JSON.aspx

Best,

Fletch

Fletch