Description
Data structures can be checked against JSON Schema rules inside C++ applications that use JSON for Modern C++. It helps developers reject malformed configuration, API payloads, or saved documents before the rest of the program trusts them.
This is a development library, not a user-facing validator app. It is mainly installed by software that needs schema validation at build time or runtime.