vote up 0 vote down star

Is there a library in Flex/ActionScript to convert XML to JSON, similar to the json gem in the Ruby world?

flag

1 Answer

vote up 2 vote down

I think as3corelib has that functionality.

link|flag
as3corelib only has the functionality to decode ,encode JSON – unknown (google) Oct 9 at 7:40
You can convert xml to an object easily and then encode it to json using as3corelib then. – Amarghosh Oct 9 at 7:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.