Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Static Public Member Functions | List of all members
EdyCommonTools.MiniJsonExtensions Class Reference

Static Public Member Functions

static ArrayList arrayListFromJson (this string json)
 
static Hashtable hashtableFromJson (this string json)
 
static string toJson (this Hashtable obj)
 
static string toJson (this Dictionary< string, string > obj)
 

Member Function Documentation

static ArrayList EdyCommonTools.MiniJsonExtensions.arrayListFromJson ( this string  json)
inlinestatic
static Hashtable EdyCommonTools.MiniJsonExtensions.hashtableFromJson ( this string  json)
inlinestatic
static string EdyCommonTools.MiniJsonExtensions.toJson ( this Hashtable  obj)
inlinestatic
static string EdyCommonTools.MiniJsonExtensions.toJson ( this Dictionary< string, string >  obj)
inlinestatic

The documentation for this class was generated from the following file: