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

Add check to first and second character for large numbers as string #274

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ibrido90
Copy link

During our use we found out that this could be a solution to the #273 issue.
We checked the cases in which even if the string is made only of numeric characters in fact is not a number.
We tried to solve this by verifiyng that if the first character is a '0' it must be followed by a '.' character to be a valid Json number.
We should point out that we still don't account for localized number formats.
Closes #273

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

Successfully merging this pull request may close these issues.

1 participant