10 lines
128 B
C++
10 lines
128 B
C++
#pragma once
|
|
|
|
#include <nlohmann/json.hpp>
|
|
|
|
namespace telegram_tui {
|
|
|
|
using json = nlohmann::json;
|
|
|
|
} // namespace telegram_tui
|