public static string toJson(this Hashtable obj) { return(MiniJSON.jsonEncode(obj)); }
public static string toJson(this Dictionary <string, string> obj) { return(MiniJSON.jsonEncode(obj)); }
protected static void DrawArrayList(string label, ArrayList obj) { EditorGUILayout.TextField(label, MiniJSON.jsonEncode(obj)); }