Browse Source

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

master
Riyyi 2 years ago
parent
commit
bba2b30cbb
  1. 18
      src/util/json/json.h

18
src/util/json/json.h

@ -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
Loading…
Cancel
Save