#include <json_tools.hpp>
This class is not thread-safe for construction because the validator is not
Definition at line 130 of file json_tools.hpp.
◆ JSONValidator()
teqp::JSONValidator::JSONValidator |
( |
const nlohmann::json & | schema | ) |
|
|
inline |
◆ get_validation_errors()
std::vector< std::string > teqp::JSONValidator::get_validation_errors |
( |
const nlohmann::json & | j | ) |
const |
|
inline |
◆ is_valid()
bool teqp::JSONValidator::is_valid |
( |
const nlohmann::json & | j | ) |
const |
|
inline |
◆ schema
const nlohmann::json teqp::JSONValidator::schema |
◆ validator
json_validator teqp::JSONValidator::validator |
The documentation for this class was generated from the following file: