json与字符串转换

一、json转为字符串

     JSON.stringify(...)

二、字符串转为json

     JSON.parse(...)

原文地址:https://www.cnblogs.com/waitingbar/p/4294291.html