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'm working on a project which uses Socket connection to receive data
as a String.
Now i have to choose the format of this String. In my tests i found
that
getting XML formatted String and build an XML object performs better
than
getting JSON formatted String (same data) and decode it with
as3corelib JSON.decode
Network latency or usability are not the main consideration.
I wanna ask if anybody experienced this type of performance
comparison. Is there a way
to perform JSON better?
Mike Chambers
unread,
Aug 24, 2009, 6:32:22 PM8/24/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
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 as3co...@googlegroups.com
That makes sense since XML parsing is native to the player, and JSON is implemented via ActionScript.