Hey guys,
How do I use JSON to fill an array?
e.g. If i have a (3,2) 2D array with values:
a b c
d e f
what is the exact JSON code i need to write this?
Also, what are the events to fill it once I have the JSON?
Sorry for my noobness. I've just started with C2 and am still working on my first game (after the tutorial). I have read the manual and tutorials but it all goes straight over my head as I have absolutely no programming experience.