Is that supposed to be one large array or a list of smaller ones? Are you loading the whole thing into an array as a JSON string?
The format should be like this one:
{"c2array":true,"size":[1,1,1],"data":[[[0]]]}
You need the "c2array", "size", "data" etc.