that is correct ? , why not load
Develop games in your browser. Powerful, performant & highly capable.
You can load (parse) that JSON string into JSON object. But if you want to load into a C3 array, then the string needs to have a very specific format. For example:
{"c2array":true,"size":[3,1,1],"data":[[["John"]],[[123]],[[456]]]}