Skip to content

Json::Exception

Compare
Choose a tag to compare
@cdunn2001 cdunn2001 released this 15 Mar 18:52
· 810 commits to master since this release
  • Added Json::Exception, plus derived types:
    • Json::RuntimeError
    • Json::LogicError
  • Clarified when exceptions are thrown.
    • If you are trapping std::exception, nothing will change for you.
  • Fixed deprecation macro. (Thx to @Dani-Hub.)
  • Fixed compilation error for gcc-4.8. (Thx to @connormanning.)
  • Fixed CharReader::Factory base. (Thx to Tengiz Sharafiev.) (Technically, this is not a binary-compatible change, but it is a pretty serious bug. So we have deprecated 1.4 and 1.5.)