|
KiCad PCB EDA Suite
|
#include <wx/filename.h>#include <kicommon.h>#include <json_common.h>#include <nlohmann/json-schema.hpp>Go to the source code of this file.
Classes | |
| class | JSON_SCHEMA_VALIDATOR |
| Code outside of kicommon must validate through this class rather than instantiating nlohmann::json_schema::json_validator, whose static library objects carry nlohmann::json definitions that collide under MSVC with the ones kicommon.dll exports. More... | |