JSONovich / jsonovich

A webextension for Firefox. Pretty-prints JSON content in the browser for easy, unobtrusive viewing.
https://addons.mozilla.org/firefox/addon/jsonovich/
Mozilla Public License 2.0
7 stars 3 forks source link

Error displaying large numbers #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Access a rest service that returns a large integer value greater than
16 digits.

What is the expected output? What do you see instead?

I would expect to see the unmodified integer value, instead I see the first 16 
digits of the value with the rest of the digits replaced by zeros.

What version of the product are you using? On what operating system?

Version 1.6 of the plugin on version 11 of Firefox, Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by jamin.hi...@gmail.com on 2 May 2012 at 3:53