16 lines
186 B
C++
16 lines
186 B
C++
/*
|
|
* Copyright (C) 2022 Riyyi
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "util/json/value.h"
|
|
|
|
namespace Util {
|
|
|
|
using Json = Util::JSON::Value;
|
|
|
|
} // namespace Util
|