You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: