#include "nlohmann/json-schema.hpp"Go to the source code of this file.
Functions | |
| template<typename T> | |
| int | should_throw (const nlohmann::json &schema, T value) |
| int | main (void) |
| int main | ( | void | ) |
Definition at line 16 of file issue-293.cpp.
References nlohmann::json_schema::json_validator::json_validator(), should_throw(), and nlohmann::json_schema::json_validator::validate().
| int should_throw | ( | const nlohmann::json & | schema, |
| T | value ) |
Definition at line 6 of file issue-293.cpp.
References nlohmann::json_schema::json_validator::json_validator().
Referenced by main().