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.5k stars 451 forks source link

JSON encoding support for __HTMLScriptObjects / __HTMLScriptArrays #182

Open brianreavis opened 12 years ago

brianreavis commented 12 years ago

Arrays and Objects coming from mx:HTML windows are of the HTMLScriptObject & HTMLScriptArray types—which behave slightly differently than traditional objects and arrays. Trying to JSON encode them without these changes produces an incorrect result.