It looks like the compiled library is no longer on Google code. You will need to get a SVN client (I used TortoiseSVN from http://tortoisesvn.net/) and checkout a version from Trunk.
Once it's checked out, add the contents of the src directory to your project src. There is a JSONExample.mxml file in the examples directory that you can look at to see how to use it. --- In [email protected], "karthikeyan.sivanantham" <[EMAIL PROTECTED]> wrote: > > Hi guys, > Goodday! I am trying to use JSON with flex. I am following > the instructions from the > link "http://www.adobe.com/devnet/flex/articles/flex_php_json.html" to > setup the JSON development environment in flex. The instructions say > that I should get the as3corelib from code.google.com and include > the .swc file in the build path so that JSON support is enabled in > flex. All that I found in the as3corelib project in code.google.com is > the readonly source code of the as3corelib. I'm not sure how to go > forward. Any help would be higly appreciated. > > Regards, > Karthik >

