Closed GoogleCodeExporter closed 9 years ago
I think it's all about java integer value and GWT JSON parser. It is in
com.restclient.client.widgets.parseNumericValue(JSONNumber number)
(http://code.google.com/p/chrome-rest-client/source/browse/trunk/RestClientApp/s
rc/com/restclient/client/widgets/JSONViewer.java).
I'll check this in few days (quite busy right now :(
Original comment by jarro...@gmail.com
on 4 Aug 2011 at 10:56
I've found discussion about this
http://stackoverflow.com/questions/1379934/large-numbers-erroneously-rounded-in-
javascript
It is not an application issue. According to ECMA spec this number overflowing
capacity of JavaScript's number type.
I can't correct this because rest client work as javascript application and
numbers are parsed in JS.
Original comment by jarro...@gmail.com
on 23 Aug 2011 at 7:36
Original issue reported on code.google.com by
aakash.k...@gmail.com
on 4 Aug 2011 at 1:13