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
My code stops with error: Exception non gérée à 0x00007FFE1BC6A388 dans Debug.exe : exception Microsoft C++ : nlohmann::detail::parse_error à l'emplacement de mémoire 0x00000089E48FCB38.
My code stops with error:
Exception non gérée à 0x00007FFE1BC6A388 dans Debug.exe : exception Microsoft C++ : nlohmann::detail::parse_error à l'emplacement de mémoire 0x00000089E48FCB38.
My code can be represenseted as following :
I think it as to do with the fact that .clear() leaves the json object as {} instead of null
I have VisualStudio Community 2017 on Windows 10 and nlohmann json version 3.3.0
The text was updated successfully, but these errors were encountered: