Essentially I’m trying to parse JSON and assigning the results to variables, one of which is “var = JSON.class;” with class being what’s returned in the JSON. However, flash won’t let me parse it because it’s called class which it uses to create new classes. Is there any workaround or will I not be able to grab this node?
Essentially I’m trying to parse JSON and assigning the results to variables, one of
Share
I’m not sure if this is what you’re asking, but if you have a property in your JSON object named “class”, you should be able to parse it like as shown below.