I have a simple 50x50 PHP array, just integers that I'm trying to parse into a C3 array.
For simplicity, if it was a 2x2 array, the JSON looks like this..
[
[3,2][4,1]]
I assume that the first step is to parse this into a JSON object from AJAX.LastData. I AM receiving the string fine, as it looks above (although it's 50x50).
I'm trying some kind of 'JSON : For each entry in', but I can't get it to work. If I try 'For each entry in ""' it just skips to the end in the debugger. Likewise, 'For each entry in "."'