js中JSON格式数据的转化

JSON.parse(STRING) => OBJECT

JSON.stringify(OBJECT) => STRING

原文地址:https://www.cnblogs.com/yyh1/p/5870799.html