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

jq change 64 bit integers #545

Closed
borisz opened this issue Aug 8, 2014 · 2 comments
Closed

jq change 64 bit integers #545

borisz opened this issue Aug 8, 2014 · 2 comments
Labels

Comments

@borisz
Copy link

borisz commented Aug 8, 2014

Here is an example:

jq --version
jq-1.4

echo '{"out_n":15878708649682983132,"h16":"dc5c81634c46d8dc"}' | jq .
{
  "out_n": 15878708649682983000,
  "h16": "dc5c81634c46d8dc"
}
@nicowilliams nicowilliams added dup and removed dup labels Aug 8, 2014
@nicowilliams
Copy link
Contributor

Duplicate of #218 and #369 (and others).

@nicowilliams
Copy link
Contributor

Basically, jq uses IEEE 754 ("C doubles") for number representation internally. We know we need to add big number support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants