Clone this repo:

Branches

  1. b01ab6d fix stdexcept by christopherdunn · 10 years ago master
  2. 94c873d Added structured error reporting to Reader. by aaronjacobs · 10 years ago
  3. e17bfbe Added features that allow the reader to accept common non-standard JSON. by aaronjacobs · 10 years ago
  4. 2b58e60 vim modeline by christopherdunn · 10 years ago
  5. d7c70be Comment reading/write improvements by christopherdunn · 10 years ago
  6. 38a636c JSON_ASSERT -> JSON_ASSERT_MESSAGE by christopherdunn · 10 years ago
  7. 7e79e97 Added missing includes for std::istream. by aaronjacobs · 10 years ago
  8. c42a1be Fixed some snprintf-related build breakages in Visual Studio. by aaronjacobs · 11 years ago
  9. f7ee7a9 Replaced the complex implementation of valueToString(double). by aaronjacobs · 11 years ago
  10. dcb2845 Switched away from sprintf, which is prone to buffer overflows. by aaronjacobs · 11 years ago
  11. e4187fe - CMake: added option to turn fail compilation if warning occurs, and warning level 4 with MSVC. by blep · 11 years ago
  12. 84add75 - New CMake based build system. Based in part on contribution from by blep · 11 years ago
  13. 0779b51 Patch #3600941: Missing field copy in Json::Value::iterator causing infinite loop when using experimental internal map (#define JSON_VALUE_USE_INTERNAL_MAP) (contributed by Ming-Lin Kao). by blep · 11 years ago
  14. f80a5b9 Patch #3539678: Copy constructor does not initialize allocated_ for stringValue (contributed by rmongia). by blep · 11 years ago
  15. 3643897 Fixed warning(error?) on #if testing value of _MSC_VER without checking that it was defined. by blep · 11 years ago
  16. 1765c8e Made it possible to drop null placeholders from array output. by aaronjacobs · 12 years ago
  17. a8caa51 Got rid of several unnecessary includes of <iostream>. by aaronjacobs · 12 years ago
  18. ad13e4e bug#2407932: strpbrk() could fail for NULL pointer. by christopherdunn · 13 years ago
  19. 06743e8 bug#3306345: minor typo in Path::resolve() -- missing bang. by christopherdunn · 13 years ago
  20. e0eb13c More missing constructor initializers found by Coverity. by christopherdunn · 13 years ago