配列をphpからjsonに変換していjson_encode()
ます。1つの配列にエンコードするとデコードできますが、次のようarray('a'=>array(0=>array(),1=>array()))
になります。{"a":[[],[]]}
デコードすると、次のエラーが発生します
Catchable fatal error: Object of class stdClass could not be converted to string
jsonソース
jsonはここにあります