MQTTSuite
Loading...
Searching...
No Matches
json-schema.hpp File Reference
#include <nlohmann/json.hpp>
Include dependency graph for json-schema.hpp:
This graph shows which files directly or indirectly include this file:

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)

Macro Definition Documentation

◆ JSON_SCHEMA_VALIDATOR_API

#define JSON_SCHEMA_VALIDATOR_API

Definition at line 21 of file json-schema.hpp.