chore.更新meojson新版本

This commit is contained in:
MistEO
2022-01-20 22:57:58 +08:00
parent b6b59f11d4
commit 1cbfe1b096
29 changed files with 1992 additions and 574 deletions

View File

@@ -1,6 +1,6 @@
#include "InfrastConfiger.h"
#include <meojson/json.h>
#include <meojson/json.hpp>
bool asst::InfrastConfiger::parse(const json::value& json)
{
@@ -209,4 +209,4 @@ bool asst::InfrastConfiger::parse(const json::value& json)
m_facilities_info.emplace(facility_name, std::move(fac_info));
}
return true;
}
}