HI, Im a newbie to Phaser and I have a project goin on in which i simply want to read the contents(properties) of a Json file and display them.but I seem to have hit a road block heres the JSON file { "frames": { "bird":{ "frame": { "x": 0, "y": 0, "w": 98, "h": 106 }, "sourceSize": { "w": "1024", "h": "768" } } }, "meta": { } } I want to access and display the the x: and y: values in the frame property.any help would be realy appreciated