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

Deprecate the old API and provide an interface that enables migration to the ECMA & Flash 11 standard JSON object. #175

Closed jwb closed 3 years ago

jwb commented 13 years ago

Implement ability for objects to define serialization by providing toJSON function. Add relevant test to JSONTest Add supporting classes to tests/src...json