Package com.mi.util
Class public class JSON
Inheritance JSON Inheritance Object



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

Parameters

_text:String

Returns
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:*

Returns
String