|
teqp 0.23.1
|
#include <json_tools.hpp>
Public Member Functions | |
| JSONValidator (const nlohmann::json &schema) | |
| std::vector< std::string > | get_validation_errors (const nlohmann::json &j) const |
| bool | is_valid (const nlohmann::json &j) const |
Public Attributes | |
| const nlohmann::json | schema |
| json_validator | validator |
This class is not thread-safe for construction because the validator is not
Definition at line 130 of file json_tools.hpp.
|
inline |
Definition at line 137 of file json_tools.hpp.
|
inline |
Definition at line 142 of file json_tools.hpp.
|
inline |
Definition at line 162 of file json_tools.hpp.
| const nlohmann::json teqp::JSONValidator::schema |
Definition at line 132 of file json_tools.hpp.
| json_validator teqp::JSONValidator::validator |
Definition at line 134 of file json_tools.hpp.