Checking the schema using assert in C++ results in application crash when the input document is not correct. By validating the input document before parsing this should never happen.
Schema validation is available on RapidJSON's master branch, but not yet released.
Checking the schema using
assertin C++ results in application crash when the input document is not correct. By validating the input document before parsing this should never happen.Schema validation is available on RapidJSON's master branch, but not yet released.