mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-08-05 11:06:36 -04:00

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.