Files
shinoa/src/json.h
2026-04-24 06:35:05 +03:00

10 lines
128 B
C++

#pragma once
#include <nlohmann/json.hpp>
namespace telegram_tui {
using json = nlohmann::json;
} // namespace telegram_tui