You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the issue you have?
when i try to read a json file application crash
Please describe the steps to reproduce the issue. Can you provide a small but working code example?
just a special char like ê in the json file, can crash application at runtime
in json hpp at line 4982
case 4:
JSON_THROW(static_cast<const detail::out_of_range>(&ex));
What is the expected behavior?
report i can't read your actual json file.
And what is the actual behavior instead?
application crashed
Which compiler and operating system are you using? Is it a supported compiler?
visual studio 2019 community and win 7
Did you use a released version of the library or the version from the develop branch?
the released version
What is the issue you have?
when i try to read a json file application crash
Please describe the steps to reproduce the issue. Can you provide a small but working code example?
just a special char like ê in the json file, can crash application at runtime
in json hpp at line 4982
case 4:
JSON_THROW(static_cast<const detail::out_of_range>(&ex));
What is the expected behavior?
report i can't read your actual json file.
And what is the actual behavior instead?
application crashed
Which compiler and operating system are you using? Is it a supported compiler?
visual studio 2019 community and win 7
Did you use a released version of the library or the version from the
developbranch?the released version
If you experience a compilation error: can you compile and run the unit tests?