PHP
json_decode解析json字符串注意事项
json_decode($json);//解析json字符串为php对象 json_decode($json,true);//解析json字符串为php数组