mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-11-13 15:12:12 -05: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.