stop calling validate() in newReader/Writer() 1.4.0
authorChristopher Dunn <cdunn2001@gmail.com>
Wed, 11 Feb 2015 17:15:32 +0000 (11:15 -0600)
committerChristopher Dunn <cdunn2001@gmail.com>
Wed, 11 Feb 2015 17:15:32 +0000 (11:15 -0600)
commit3ebba5cea89800e044505bc6de6259bdc6a4acfa
tree53de1e60f08fd760f512b611afd35f6b9d3d289e
parentacbf4eb2ef5a6965fcbc238d55e196604066a617
stop calling validate() in newReader/Writer()

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.
src/lib_json/json_reader.cpp
src/lib_json/json_writer.cpp