Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request]: schema validator and comments #311

Closed
rianquinn opened this issue Sep 13, 2016 · 2 comments
Closed

[feature request]: schema validator and comments #311

rianquinn opened this issue Sep 13, 2016 · 2 comments

Comments

@rianquinn
Copy link

Are there any plans to include a schema validator as well as comment support? Our project www.bareflank.org is about to add JSON support, and we are debating this code vs RapidJSON. We like the simplicity of this code, as well as the modern use of C++11/14, but we also like the Schema support and comment support with RapidJSON.

Some more info on the roadmap would be really helpful with respect to make our decision. Thanks a ton, and great job on this library.

@gregmarr
Copy link
Contributor

The JSON standard does not include comments.

See also:
#192
#294
#305

There is also a library that just does validation and supports this parser:
https://github.com/tristanpenman/valijson

@rianquinn
Copy link
Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants