Note: there is another http://www.json.org/json.js, corresponding to the toJSONString method. [code] var last=obj.toJSONString (); / / / / / json.js var last=JSON.stringify (obj); / / / / / json2.js[/code]json_encode.php 1 2 3 4