字符串

导航

 

Modern browsers (IE8, FF3, Chrome etc.) have native JSON support built in (Same API as with JSON2).

So as long you're not dealing with IE6/7 you can do it just as easily as that:

var j={"name":"binchen"};
JSON.stringify(j); // '{"name":"binchen"}'
posted on 2014-08-12 11:30  字符串  阅读(669)  评论(0编辑  收藏  举报