I have the following JSON and I would like to load it into an array but it wont work.
Array - Load from JSON string ~
The Array has a size of x3, y2 z1. Why isnt it working? :/
{ "x" : "y", "a" : "b", "c" : "d" }[/code:3e1p5rzt]
"{""c2array"":true,""size"":[3,2,1],""data"":[[[""x""],[""y""]],[[""a""],[""b""]],[[""c""],[""d""]]]}"
Develop games in your browser. Powerful, performant & highly capable.
okay..so the format is incorrect. Is there a way to convert it into the construct 2 format?
this doesnt help at all. I would like to convert it dynamically...while running the app. But thank you
/e: it works like this: tokenat(AJAX.LastData,11, """") its not the best solution..but its fine. I don't need an array then aswell