as3corelib https://github.com/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
其中解析JSON字符串的方式为
var jsonStr:String = "{\"topo\":{\"css\":\"main\", \"background_color\":\"#ccc\"}}";
var jsonObj : Object = JSON.decode(jsonStr);
AS3CoreLib是一个ActionScript 3工具包,包含多个实用类和工具,如MD5和SHA1哈希、图像编码器及JSON序列化等。本文介绍如何使用AS3CoreLib中的JSON类来解析JSON字符串。
133

被折叠的 条评论
为什么被折叠?



