This is a C++ library for validating JSON documents based on a JSON Schema. This validator is based on nlohmann json library.
The package json-schema-validator provides CMake integration:
find_package(nlohmann_json_schema_validator REQUIRED)
target_link_libraries(main PRIVATE nlohmann_json_schema_validator)
v2.1.0#0
All
Complex license
Control