#include <nlohmann/json.hpp>
#include <wx/string.h>
#include <vector>
#include <json_conversions.h>
Go to the source code of this file.
|
namespace | RC_JSON |
| Contains the json serialization structs for DRC and ERC reports If you are trying to change the output schema Please update the schemas located in /resources/schemas/ as both documentation and use by end user implementations.
|
|
|
void | RC_JSON::to_json (nlohmann::json &aJson, const VIOLATION &aViolation) |
|
void | RC_JSON::from_json (const nlohmann::json &aJson, VIOLATION &aViolation) |
|
| RC_JSON::NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE (DRC_REPORT, $schema, source, date, kicad_version, violations, unconnected_items, schematic_parity, coordinate_units) struct ERC_SHEET |
|