Validation against a schema (feature request) #3851
DolphinDream
started this conversation in
Ideas
Replies: 1 comment
-
You may want to try this: https://github.com/pboettch/json-schema-validator |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Should the library provide a feature to validate json against a json schema ?
To ensure json content conforms to a specific structure it would be great if you could have json data be validated against a json schema.
If this feature is not really suitable to be implemented within the library, is there a good 3rd party option that can do this kind of json schema validation (in c++, preferably working with nlohmann json) ?
Beta Was this translation helpful? Give feedback.
All reactions