mikechambers / as3corelib

An ActionScript 3 Library that contains a number of classes and utilities for working with ActionScript? 3. These include classes for MD5 and SHA 1 hashing, Image encoders, and JSON serialization as well as general String, Number and Date APIs.
1.49k stars 448 forks source link

JSON class not working when exporting to AIR — #1065: Variable JSON is not defined #189

Open thyselius opened 11 years ago

thyselius commented 11 years ago

http://forums.adobe.com/message/3960311

thyselius commented 11 years ago

I resolved this by changing the name on the JSON class to AdobeJSON and then use AdobeJSON.decode() and .decode()

Quick solution!