Is there a library in Flex/ActionScript to convert XML to JSON, similar to the json gem in the Ruby world?
as3corelib only has the functionality to decode ,encode JSON
2009-10-09 07:40:09
You can convert xml to an object easily and then encode it to json using as3corelib then.
Amarghosh
2009-10-09 07:44:56