#include <nlohmann/json.hpp>Go to the source code of this file.
Classes | |
| class | nlohmann::json_uri |
| class | nlohmann::json_schema::error_handler |
| class | nlohmann::json_schema::basic_error_handler |
| class | nlohmann::json_schema::json_validator |
Namespaces | |
| namespace | nlohmann |
| namespace | nlohmann::json_schema |
Macros | |
| #define | JSON_SCHEMA_VALIDATOR_API |
Typedefs | |
| typedef std::function< void(const json_uri &, json &)> | nlohmann::json_schema::schema_loader |
| typedef std::function< void(const std::string &, const std::string &)> | nlohmann::json_schema::format_checker |
| typedef std::function< void(const std::string &, const std::string &, const json &)> | nlohmann::json_schema::content_checker |
Functions | |
| void | nlohmann::json_schema::default_string_format_check (const std::string &format, const std::string &value) |
| #define JSON_SCHEMA_VALIDATOR_API |
Definition at line 21 of file json-schema.hpp.