JSON数据的解析方法

1.JSON.parse(json)  

2.new Function(“return ” + json) (); 

3.eval(“(”+json+”)”)

原文地址:https://www.cnblogs.com/luckyXcc/p/5805660.html