var myObject = eval('(' + myJSONtext + ')');. The eval function is very fast. However, it can compile and execute any JavaScript program, so ...
確定! 回上一頁