Matt Chotin wrote:
> As for JSON I don't think anyone has tried it yet.

Nope, it's been done.  :-)  I wrote a JSON library that is part of a 
larger AS3 library set which will be announced at FlashForward.  See the 
earlier JSON Support thread...

Usage will be as follows:

// package might change to adobe, I'm not sure yet
import com.macromedia.serialization.json.JSON;

var jsonString:String = JSON.encode( someValue );
var value = JSON.decode( jsonString );

Stay tuned, it'll be available soon on the labs website (as open source).

-d






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to