1.eval解析:eval('('+json字符串+')')2.JSON对象:JSON.parse(str)3.new function()形式: var json = (new Function("return " + str))();