eis/mix_cc/json/json.h

22 lines
421 B
C
Raw Normal View History

/**
* @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 <nlohmann/json.hpp>
namespace mix_cc {
/**
* @brief 使nlohmann::json
*/
using namespace nlohmann;
} // namespace mix_cc