We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 1.5 on mac
# echo -n '{"id":9224851642388483}' | jq . { "id": 9224851642388484 }
The text was updated successfully, but these errors were encountered:
JSON does not have int64 type. It treats this number as Number type that store as a floating point number, which may lose precision for int64.
int64
Number
see #1652 and https://github.com/stedolan/jq/wiki/FAQ#numbers
Sorry, something went wrong.
See also PR #1752
No branches or pull requests
jq 1.5 on mac
The text was updated successfully, but these errors were encountered: