Util: Add helper Util::Json to Util::JSON::Value
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user