js2model icon indicating copy to clipboard operation
js2model copied to clipboard

Validate JSON document using RapidJSON schema validator before parsing

Open florianbehrens opened this issue 9 years ago • 0 comments

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.

florianbehrens avatar Aug 24 '16 11:08 florianbehrens