Is there a stable library that can validate JSON against a schema?
json-schema.org provides a list of implementations. Notably C and C++ are missing.
Is there a
If you can accommodate a polyglot approach, Ajv appears to be a solid JavaScript implementation.
https://ajv.js.org/
Note: There is also an ajv-cli
https://github.com/jessedc/ajv-cli