You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: