I have done some searching around, and from what it looks like so far, there is no native way to parse JSON in Actionscript/Flex. XML is automagiaclly parsed and life is good. Why isn't JSON parsed this same way?
1 Answer
Native JSON parsing is a part of Flash Player 11. You can look at the API in the docs. For earlier versions, you'll have to use a library, like as3corelib to parse JSON.
1 Comment
AabinGunz
Please have a look at a similar question here. Thanks