map; //this does not detect duplicate 'key' map = new Gson().fromJson("{'a':'x','aa':{'key':'x','key':'y'}}", Map.class); //As expected , this call fails ...
確定! 回上一頁