jsoncpp/src
Gaurav 4878913143 Avoid passing Null to memcmp
As per discussion in - https://github.com/open-source-parsers/jsoncpp/issues/404
Null should not be pass to memcmp, it may show undesired behaviour, so avoid doing that using assertion.
Also, changed one direct "assert" to JSON_ASSERT - it will be decided if exceptions are used or not.
2016-03-01 14:13:28 +05:30
..
jsontestrunner Fix conversion warnings/errors 2016-02-06 09:25:20 -06:00
lib_json Avoid passing Null to memcmp 2016-03-01 14:13:28 +05:30
test_lib_json move ctors 2015-10-19 23:42:52 -05:00
CMakeLists.txt Clean up cmake END* 2015-08-14 14:31:08 -07:00