Hey everyone ,
It seems bizarre , but loading an array doesn't work anymore , or is it my syntax that is the problem (?)
Okay , How to reproduce
I got a JSON code here
{"c2array":true,"size":[5,5,1],"data":[[[0],[0],["Exit"],[0],[0]],[[0],[0],[0],[0],[0]],[[0],[0],[0],[0],[0]],[[0],[0],[0],[0],[0]],[[0],[0],["Exit"],[0],[0]]]}
I click on load ;
I insert the code like this
"{"c2array":true,"size":[5,5,1],"data":[[[0],[0],["Exit"],[0],[0]],[[0],[0],[0],[0],[0]],[[0],[0],[0],[0],[0]],[[0],[0],[0],[0],[0]],[[0],[0],["Exit"],[0],[0]]]}"
but then , C2array is a syntax error
I remove the ""
but then {} are syntax errors
and don't tell me to set the code to a variable , because I got 50 other codes to load ...
Thanks for help