Util: Add helper Util::Json to Util::JSON::Value

This commit is contained in:
Riyyi
2022-07-22 12:42:33 +02:00
parent deb9f29b47
commit bba2b30cbb
+18
View File
@@ -0,0 +1,18 @@
/*
* Copyright (C) 2022 Riyyi
*
* SPDX-License-Identifier: MIT
*/
#ifndef UTIL_JSON_JSON_H
#define UTIL_JSON_JSON_H
#include "util/json/value.h"
namespace Util {
using Json = Util::JSON::Value;
} // namespace Util
#endif // UTIL_JSON_JSON_H