You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
Map x = new GsonBuilder().create().fromJson("{\"hello\":1}",Map.class);
Assert.assertEquals(1,x.get("hello"));
What is the expected output? What do you see instead?
1 should be the value, but the value is read as 1.0.
What version of the product are you using? On what operating system?
2.2.2
Please provide any additional information below.
Original issue reported on code.google.com by mar...@jitisoft.com on 21 Feb 2013 at 2:48
The text was updated successfully, but these errors were encountered:
Saw this post. Not sure if this is not going to be fixed for "performance
reasons".
https://groups.google.com/forum/?fromgroups=#!topic/google-gson/SYRDR6JHBkc
Original comment by mar...@jitisoft.com on 21 Feb 2013 at 3:39
Original issue reported on code.google.com by
mar...@jitisoft.com
on 21 Feb 2013 at 2:48The text was updated successfully, but these errors were encountered: