as3corelib icon indicating copy to clipboard operation
as3corelib copied to clipboard

JSON encoding support for __HTMLScriptObjects / __HTMLScriptArrays

Open brianreavis opened this issue 13 years ago • 0 comments

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.

brianreavis avatar Jan 27 '12 02:01 brianreavis