Yann, thanks a lot for this clarification on JSON array.
Even when I use your example on for my php page return, the data are not loaded into the array. If I print MyArray.AsJson I've :
PHP return :
{"c2array":true,"size":[10,3,1],"data":
[
[
["6"],["Joski"],["3512"]],
[["4"],["Joski"],["3392"]],
[["5"],["Joski"],["2538"]],
[["3"],["Joski"],["1908"]],
[["1"],["Joski"],["3227"]],
[["2"],["Joski"],["1333"]] (with or without comma ",")
]
}
Array as json return :
{"c2array":true, "size":[0,0,0],"data":[]}
=> Empty array so.
What's wrong with this, using Azure plugin and Json without problem, and now I'm totaly lost.