字母索引的数组的就是花括号,数字索引才是中括号,比如:
$arr = array(array('a'=>1,'b'=>2),array('c'=>3));echo json_encode($arr);// hi-docs.com/php/json_encode.html