11#include <nlohmann/detail/abi_macros.hpp>
13NLOHMANN_JSON_NAMESPACE_BEGIN
21template<
typename ...Ts>
using void_t =
typename make_void<Ts...>::type;
24NLOHMANN_JSON_NAMESPACE_END
detail namespace with internal helper functions
定义 from_json.hpp:43