I'm trying to load a json file exported from cocosstudio v2.3.2
var myScene = ccs.sceneReader.createNodeWithSceneFile('res/Scene.json');
I got this code from sample-cocos2d-js-scene-gui-master
The problem is, i get this error: Can't find the parser : undefined
How do i fix this issue?
I'm very new to using javascript and I hope someone can help me with this.
Thank you.