コード例 #1
0
ファイル: MiniJSON.cs プロジェクト: abc674999722/excel-Lua-
 public static Hashtable hashtableFromJson(this string json)
 {
     return(TextureJSON.jsonDecode(json) as Hashtable);
 }
コード例 #2
0
ファイル: MiniJSON.cs プロジェクト: abc674999722/excel-Lua-
 public static ArrayList arrayListFromJson(this string json)
 {
     return(TextureJSON.jsonDecode(json) as ArrayList);
 }