13#include <nlohmann/detail/abi_macros.hpp>
15NLOHMANN_JSON_NAMESPACE_BEGIN
32using json_base_class =
typename std::conditional <
33 std::is_same<T, void>::value,
39NLOHMANN_JSON_NAMESPACE_END
detail namespace with internal helper functions
定义 from_json.hpp:43
Default base class of the basic_json class.
定义 json_custom_base_class.hpp:29