C# Class MiniJsonExtensions, swip3

显示文件 Open project: unit9/swip3 Class Usage Examples

Public Methods

Method Description
arrayListFromJson ( this json ) : ArrayList
hashtableFromJson ( this json ) : Hashtable
toJson ( this obj ) : string
toJson ( string>.this obj ) : string

Method Details

arrayListFromJson() public static method

public static arrayListFromJson ( this json ) : ArrayList
json this
return ArrayList

hashtableFromJson() public static method

public static hashtableFromJson ( this json ) : Hashtable
json this
return Hashtable

toJson() public static method

public static toJson ( this obj ) : string
obj this
return string

toJson() public static method

public static toJson ( string>.this obj ) : string
obj string>.this
return string