- #ifndef COMMONDEFINE_H
- #define COMMONDEFINE_H
- #include "nlohmann/json.hpp"
- /*--------------------------------------------------------------------------
- * 公共宏定义
- *--------------------------------------------------------------------------*/
- #define nJson nlohmann::json
- #endif /* COMMONDEFINE_H */
|