-
Notifications
You must be signed in to change notification settings - Fork 137
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
Parsing ip address gives invalid object model #58
Comments
Confirmed by looking at the code.
|
@alexus1024 If your json requires validation, you should validate your json before parsing. I assume that these operations have remained separate in order to maximize parser efficiency while still providing ways to enforce correctness. I added support for
Working as expected. |
After further testing, I think the best solution is a validating parser. Running both
This new Putting together a PR now. |
With given test
Expect to get a error during parse.
But actually parse gives Value with an invalid json representation
The text was updated successfully, but these errors were encountered: