On Thu, May 21, 2009 at 12:12 AM, Gregory Boland
<breakfastcof...@gmail.com> wrote:

> Does anyone know of a good place to see some AS3 code that uses JSON so i
> can see how it works?

Using JSON is fairly simple using the corelib library:

http://code.google.com/p/as3corelib/

You have to use the encode and decode functions of the JSON class.

You could also go a step further and use my JSONObject class, which I
find a bit more intuitive:

http://manishjethani.com/blog/2008/08/25/jsonobject-for-reading-and-writing-json-in-actionscript/

Manish
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to