<?php$json = '{"a":1,"b":2,"c":3,"d":4,"e":5}';print_r(json_decode($json,true));?>
对象,如果想变成数组,请再json_decode()函数的第二个参数填写 true