Guys I have a big headaches trying to serialize as3 file to json with C#.
Right now i stumbled on with this =>
"licvarreelVideosConfig":[{ url: "ChoiceSlot2/GEOLJSlot/videos/00.flv", width: 224, height: 224, onWholeReel: false, transparent: true }, { url:"ChoiceSlot2/GEOLJSlot/videos/01.flv", width: 224, height: 224, onWholeReel: false, transparent: true }] Lets say I generate the json keys based on what is given from the as3 file.
But in some of the classes there are missing double quotes in the keys. Any easy way to properly add them ?
Thanks in advance