You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ActionScript 3 Core Library
Hi,
I am new to as3corelib and I am trying to make my Flex application
call WCF JSON Services with UrlRequest. It is working OK the only
problem is that when I encode an actionscript object that contaisn
nested objects as3corelib generates the JSON string with escape
characters.
If I call my service with a JSON String containing escape characters I
receive an error. When I call the same service passing a JSON String
without any escape characters it works perfectly.
How can I encode an object with as3corelib and the result does not
have any escape characters ???