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
The following JSON
{"id":4836529614990000617}
is displayed as
{"id": 4836529614990000000}
If you change the number to 4836529614991234567891 it will be displayed as 4.836529614991234e+21.
4836529614991234567891
4.836529614991234e+21
Maybe it's a printf option that should be something else than %d?
%d
The text was updated successfully, but these errors were encountered:
Here's the explanation: #21
Sorry, something went wrong.
No branches or pull requests
The following JSON
is displayed as
If you change the number to
4836529614991234567891
it will be displayed as4.836529614991234e+21
.Maybe it's a printf option that should be something else than
%d
?The text was updated successfully, but these errors were encountered: