-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
I get a json exception periodically from json::parse for the same json #1263
Comments
What code did you try? What was your error message? |
This is the error message: I get it periodically every few runs for the same json file. |
This means that you are trying to parse invalid JSON. The error message states that at byte 119 of the input, you have garbage like |
@tamarlev Do you need further information? |
Всем привет, я Влад! |
Всем привет, я Влад! |
1 similar comment
Всем привет, я Влад! |
? |
this is my json file:
{
"version": 1,
"path": "C:/Users/Lists",
"arr": [1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4]
}
why am I getting a json exception on this json?and why sometimes I get it and sometimes not?
The text was updated successfully, but these errors were encountered: