js2model
js2model copied to clipboard
Validate JSON document using RapidJSON schema validator before parsing
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.