How to convert an HTML table to JSON and use the JSON with JSON.NET?

Posted by Fletch on Stack Overflow See other posts from Stack Overflow or by Fletch
Published on 2010-06-05T21:59:37Z Indexed on 2010/06/05 22:02 UTC
Read the original article Hit count: 287

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).

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery