예제 #1
0
 public static string toJson(this IDictionary <string, object> obj)
 {
     return(MiniJSONL.jsonEncode(obj));
 }
예제 #2
0
 public static string toJson(this ArrayList obj)
 {
     return(MiniJSONL.jsonEncode(obj));
 }
예제 #3
0
 public static string toJson(this Hashtable obj)
 {
     return(MiniJSONL.jsonEncode(obj));
 }