예제 #1
0
 public static Hashtable hashtableFromJson(this string json)
 {
     return(MiniJSONEX.jsonDecode(json) as Hashtable);
 }
예제 #2
0
 public static ArrayList arrayListFromJson(this string json)
 {
     return(MiniJSONEX.jsonDecode(json) as ArrayList);
 }