var X = JSON.stringify(["123","456"]); WScript.Echo(X);
["123","456"]
{"0":"123","1":"456"}
var htmlfile = WSH.CreateObject('htmlfile'), JSON; htmlfile.write(''); htmlfile.close(JSON = htmlfile.parentWindow.JSON);
https://ru-programming.livejournal.com/1370344.html