-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
null strings #1867
Comments
My application based on this library can parse it. Are you sure? What is the error message? |
In order to asses your issue, we need the following information:
|
I'm using the single-include json.hpp, version 3.7.3. Test case: Actual Result: Expected Result: |
Nevermind, I'm dumb. I just added a is_null() check before parsing that field. |
The following is valid JSON that fails to parse as a string:
{ "name" : null }
The text was updated successfully, but these errors were encountered: