viggox / rapidjson

Automatically exported from code.google.com/p/rapidjson
MIT License
0 stars 0 forks source link

Json-schema validation #91

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be like enhancing the HasParseErrors functionality,
or it may be a totally different function like ParseValidate.

The idea is to feed the function with a json-schema and a json string,
and let rapidjson validate the json against the schema.

I am talking about json-schema because it is standard, but any form of 
descriptor will do for me.
Of course json-schema will do for everyone.

Thanks.

Original issue reported on code.google.com by yio...@gmail.com on 23 Sep 2013 at 3:08

GoogleCodeExporter commented 8 years ago

Original comment by milo...@gmail.com on 24 Jun 2014 at 2:17