public static string toJson(this IDictionary <string, object> obj) { return(MiniJSONL.jsonEncode(obj)); }
public static string toJson(this ArrayList obj) { return(MiniJSONL.jsonEncode(obj)); }
public static string toJson(this Hashtable obj) { return(MiniJSONL.jsonEncode(obj)); }