:)
Straight forward:
There is that JSON Schema standard for many programming languages: https://json-schema.org/
Does bsoncxx cover something similar to validate a json string against a certain schema?
Just asking because I'm new to the mongocxx-driver, and I don't want to bloat the project with probably unnesseccary libraries :>
Read more here: https://stackoverflow.com/questions/67010690/does-bsoncxx-cover-data-validation-json-schema
Content Attribution
This content was originally published by Quirynn at Recent Questions - Stack Overflow, and is syndicated here via their RSS feed. You can read the original post over there.