init
This commit is contained in:
9
src/json.h
Normal file
9
src/json.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
namespace telegram_tui {
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
} // namespace telegram_tui
|
||||
Reference in New Issue
Block a user