C# Class FistBump.Framework.MiniJsonExtensions

Show file Open project: fistbump/framework

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 System.Collections.ArrayList

hashtableFromJson() public static method

public static hashtableFromJson ( this json ) : Hashtable
json this
return System.Collections.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