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

json_StringIsLargeNumber returns true when the string is not a valid number #273

Closed
ibrido90 opened this issue Jan 16, 2017 · 1 comment
Closed

Comments

@ibrido90
Copy link

The function json_StringIsLargeNumber checks only if the string contains '0', 'E', 'e' or '.' characters to say if it's a number or not.
So the string code like this one 012345678901234567890 is recognized as a valid Json number which in reality is not.

We'd like to submit a pull request that patches this issue.

@timhall
Copy link
Member

timhall commented Aug 11, 2017

(moved to VBA-JSON)

@timhall timhall closed this as completed Aug 11, 2017
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

2 participants