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
Why this exception: Json::Exceptionis defined inside a .cpp file? I have this one thrown with a bad JSON file and I would like to catch it from my code and go over. But I can't if I don't include the .cpp, which is not a good design.