template <typename... Args>
nlohmann::adl_serializer<std::variant<Args...>> struct

Public static functions

static void from_json(json const& j, std::variant<Args...>& v)
static void to_json(json& j, std::variant<Args...> const& v)