Skip to main content
Participant
April 21, 2009
Question

import com.adobe.serialization.json.JSON;

  • April 21, 2009
  • 2 replies
  • 25224 views

Hello

I am using Flex Builder 3 Trial Version, when I import com.adobe.serialization.json.JSON, the IDE gives the following error:

1172: Definition com.adobe.serialization.json.JSON could not be found.

I have seen that the library is @ http://code.google.com/p/as3corelib/source/browse/trunk/src/com/adobe/serialization/json/JSON.as?spec=svn83&r=83

Can I simply download this version of JSON.as and save it in my file system for the error to go away? If yes, where should I save it to?

Or what else can I do for this error to disappear?

    This topic has been closed for replies.

    2 replies

    Participant
    April 21, 2009

    download the zip file from http://code.google.com/p/as3corelib/downloads/list and unzip it. it should have SWC file; copy this file to lib folder of your Flex Builder project and you're good to go.

    flexwitAuthor
    Participant
    April 21, 2009

    http://raghuonflex.wordpress.com/2007/06/02/json-to-ason-2183/