"{
""c2array"":true,
""size"":[21,1,4],
""data"":[
[[8,1,0,330]],
[[10,2,1,110]],
[[12,3,2,220]],
[[14,4,1,110]],
[[16,1,0,330]],
[[18,2,1,220]],
[[20,3,1,110]],
[[22,4,0,330]],
[[24,1,1,110]],
[[26,1,0,220]],
[[28,2,1,110]],
[[30,2,0,160]],
[[32,3,0,330]],
[[34,3,1,180]],
[[36,4,0,110]],
[[38,4,1,250]],
[[40,3,1,110]],
[[42,2,0,290]],
[[44,1,1,330]],
[[46,3,0,110]],
[[48,2,2,170]]
]
}"
In the above example i simply put the json line into a variable but i have also tried to use an ajax request (after uploading the json files/compiled project to the server) also without success.
Its probably some really silly small thing that i am missing.
Hopefully somebody is able to help me with this.