http://www.360doc.com/content/10/0809/22/2633_44873063.shtml
JSON转字符串:
json.stringify(jsonobj);
字符串转JSON:
json.parse(jsonStr);