Clone this repo:

Branches

  1. 79afe06 fix stdexcept by christopherdunn · 10 years ago master
  2. f4c7824 Fixed a test that causes a crash when exceptions are disabled. by aaronjacobs · 10 years ago
  3. 11d5ff5 Added structured error reporting to Reader. by aaronjacobs · 10 years ago
  4. 23304aa Added features that allow the reader to accept common non-standard JSON. by aaronjacobs · 10 years ago
  5. 2bb2531 vim modeline by christopherdunn · 10 years ago
  6. 6921bf1 Comment reading/write improvements by christopherdunn · 10 years ago
  7. 2c9407e JSON_ASSERT -> JSON_ASSERT_MESSAGE by christopherdunn · 10 years ago
  8. 69466ba Added missing includes for std::istream. by aaronjacobs · 10 years ago
  9. 227473a Fixed broken build on VS 2012 by blep · 11 years ago
  10. 523ce86 Fixed some snprintf-related build breakages in Visual Studio. by aaronjacobs · 11 years ago
  11. dda8bcc Updated two calls to sprintf that I missed in r269. by aaronjacobs · 11 years ago
  12. 14ce6f7 Replaced the complex implementation of valueToString(double). by aaronjacobs · 11 years ago
  13. 54e8ee9 Added more floating point tests. by aaronjacobs · 11 years ago
  14. 95b925c Added further floating point tests. by aaronjacobs · 11 years ago
  15. 1183bd0 Switched away from sprintf, which is prone to buffer overflows. by aaronjacobs · 11 years ago
  16. 77080da - CMake: added option to turn fail compilation if warning occurs, and warning level 4 with MSVC. by blep · 11 years ago
  17. 4c64846 - disabled warning 4786 for VS6 caused by STL (identifier was truncated to '255' characters in the debug information) by blep · 11 years ago
  18. df596e4 Added simple batch build script for CMake. by blep · 11 years ago
  19. 7b03538 Added missing source file to CMakeLists.txt. by blep · 11 years ago
  20. 369a2eb by blep · 11 years ago