我將數組轉換爲json,從php json_enscode()
。如果我編碼它的一個陣列,我可以對其進行解碼,但是當它是array('a'=>array(0=>array(),1=>array()))
返回{"a":[[],[]]}
可捕獲的致命錯誤:類stdClass的對象無法轉換爲字符串
當我解碼它,我收到以下錯誤
Catchable fatal error: Object of class stdClass could not be converted to string
JSON源
的JSON是here
您嘗試回顯json_decode結果。 – artragis
總是驗證你的JSON數據使用'http:// jsonlint.com /' –
json很好,這不是一個問題 – rohitarora