Description
Validates JSON documents against JSON Schema rules from C++ projects. It is useful for applications that accept configuration files, API payloads, or structured data that must be checked before use.
This is a header-only development library, not a standalone app. Validation rules should be written carefully because an incomplete schema can still allow bad data.