mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-11-10 13:40:51 -05:00
By not calling validate(), we can add non-invasive features which will be simply ignored when user-code is compiled against an old version. That way, we can often avoid a minor version-bump. The user can call validate() himself if he prefers that behavior.