如何将 HTML 表转换为 JSON 并将 JSON 与 JSON.NET 一起使用?
我问这个问题是因为我认为这是我们时常遇到的问题。我需要获取一个已在客户端进行操作的 HTML 表,并将生成的表数据发送到服务器进行处理。此外,我想使用 JSON.NET 将其直接映射到我的业务对象。
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).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我创建了一个 jQuery 插件来处理这个问题。请查看:
http://www.fletchzone。 com/post/jQuery-Convert-HTML-Table-to-JSON.aspx
最好,
Fletch
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