Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large integers are rounded #23

Closed
chhitz opened this issue Sep 5, 2012 · 1 comment
Closed

Large integers are rounded #23

chhitz opened this issue Sep 5, 2012 · 1 comment

Comments

@chhitz
Copy link

chhitz commented Sep 5, 2012

JSONView 0.7 rounds large integers:

It converts:

{"ok":true,"result":{"value":9223372036854775807}}

into:

{
    "ok": true,
    "result": {
        "value": 9223372036854776000
    }
}
@bhollis
Copy link
Owner

bhollis commented Sep 8, 2012

Duplicate of #21.

@bhollis bhollis closed this as completed Sep 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants