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 Integer support #74

Open
plumsli opened this issue Apr 25, 2018 · 0 comments
Open

Large Integer support #74

plumsli opened this issue Apr 25, 2018 · 0 comments

Comments

@plumsli
Copy link

plumsli commented Apr 25, 2018

The largest integer WJElement can parse depends on the C integer limitation, but according to JSON spec there is no limitation about the Integer. Only when the content has decimal point even the decimal is the last char, WJElement will treat the content to be Number (double type).
Can WJElement support large integer? Always store any integer/number to double type.

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

1 participant