/** * @file mix_cc/ihyper_db/json.h * @brief 使用nlohmann json * @author Cat (null.null.null@qq.com) * @version 0.1 * @date 2021-05-07 * * Copyright: Baosight Co. Ltd. * DO NOT COPY/USE WITHOUT PERMISSION * * * 2021-05-07 change to nlohmann json as json */ #pragma once #include namespace mix_cc { /** * @brief 使用nlohmann::json */ using namespace nlohmann; } // namespace mix_cc