定义
json_decode — 对JSON 格式的字符串进行解码
参数 json
待解码的 json string 格式的字符串。
必须为utf-8,可以采用mb_convert_encoding($str, $to_encode, $form_encode);
assoc
当该参数为 TRUE 时,将返回 array 而非 object 。
depth
用户指定的递归深度(php 5.3从128涨到了512)
说明:必须为双引号
如果不为双引号:可以采用以下方法,把给变量加上双引号,把单引号变成双引号
1 :";
1 2 3 4 5 6 7 8 9 10 11 12 13 14 // the following strings are valid JavaScript but not valid JSON