views:

386

answers:

1

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

+2  A: 

I think as3corelib has that functionality.

Amarghosh
as3corelib only has the functionality to decode ,encode JSON
You can convert xml to an object easily and then encode it to json using as3corelib then.
Amarghosh