#pragma once // json头文件 #include namespace XNSim { // json类型别名 using XN_JSON = nlohmann::json; } // namespace XNSim