2

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 1

10

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.

Sign up to request clarification or add additional context in comments.

1 Comment

Please have a look at a similar question here. Thanks

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.