I made an array (18,1,1) and had it put the contents into a text file as JSON:
{"c2array":true,"size":[18,1,1],"data":[[[1]],[[2]],[[3]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]],[[0]]]}
But when I try to put this same thing back into the load action for the same array, it gives me a "syntax error." I'm using it's same output... what's going on?
Thanks!