如何将html转换为Json Obj

时间:2012-09-19 14:00:05

标签: php html json

有人可以告诉我如何使用表单将html代码转换为json obj。

例如:

如果这是我的HTML代码:

<div class="title">#Title 1</div>
<div class="content"><p>Some Content</p></div>

我想将此转换为Json obj,如

[{"title":"#Title 1","content":"<p>some content<\/p>"}]

2 个答案:

答案 0 :(得分:0)

尝试使用此工具;

http://json.fastfrag.org/

答案 1 :(得分:0)

嗯,我只是用Google搜索,有很多网站可以帮助你。我发现这个特别非常有帮助。它需要Jquery,我不确定你是否熟悉它。

Convert HTML form to JSON and POST using jQuery