20#ifndef JSON_SCHEMA_VALIDATOR_H
21#define JSON_SCHEMA_VALIDATOR_H
23#include <wx/filename.h>
26#include <nlohmann/json-schema.hpp>
35 nlohmann::json Validate(
const nlohmann::json& aJson,
36 nlohmann::json_schema::error_handler& aErrorHandler,
37 const nlohmann::json_uri& aInitialUri = nlohmann::json_uri(
"#") )
const;
~JSON_SCHEMA_VALIDATOR()=default
nlohmann::json_schema::json_validator m_validator