| Method | Defined By | ||
|---|---|---|---|
| 
 
parse(_text:String):Object 
 | 
JSON | ||
| 
 
register_class(i_type:Object, i_parser_function:Function):void 
[static]  
 | 
JSON | ||
| 
 
stringify(arg:*):String 
 | 
JSON | ||
| parse | () | method | 
 public function parse(_text:String):Object
Parameters
_text:String | 
Object | 
| register_class | () | method | 
 public static function register_class(i_type:Object, i_parser_function:Function):void
Parameters
i_type:Object | 
|
i_parser_function:Function | 
| stringify | () | method | 
 public function stringify(arg:*):String
Parameters
arg:* | 
String |