json的使用

string转json对象:JSON.parse(str;

json对象转string:JSON.stringify(str)

原文地址:https://www.cnblogs.com/suhaihong/p/8422897.html