JavaScript和JSON转化
Posted yang101
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JavaScript和JSON转化相关的知识,希望对你有一定的参考价值。
1,
JSON转javascript
JSON.parse():https://www.runoob.com/json/json-parse.html
2,
JavaScript转JSON
JSON.stringify():https://www.runoob.com/json/json-stringify.html
3,
var sdata = JSON.parse(JSON.stringify(data));
http://newdocx.appcan.cn/JSSDK/icache
以上是关于JavaScript和JSON转化的主要内容,如果未能解决你的问题,请参考以下文章