Exemplo n.º 1
0
 public static string toJson(this Hashtable obj)
 {
     return(MiniJSON.jsonEncode(obj));
 }
Exemplo n.º 2
0
 public static string toJson(this Dictionary <string, string> obj)
 {
     return(MiniJSON.jsonEncode(obj));
 }
Exemplo n.º 3
0
 protected static void DrawArrayList(string label, ArrayList obj)
 {
     EditorGUILayout.TextField(label, MiniJSON.jsonEncode(obj));
 }