add json
This commit is contained in:
parent
77bcf570b4
commit
c021852e28
@ -6,6 +6,10 @@
|
||||
#include "hack/concepts/concepts.hpp"
|
||||
#include "nlohmann/json.hpp"
|
||||
|
||||
// HERE
|
||||
// начинаем тут
|
||||
// уйти от конкретного json
|
||||
// сделать все через шаблоны с концептом запроса на существование нужных методов
|
||||
namespace hack::utils
|
||||
{
|
||||
using JSON = nlohmann::json;
|
||||
|
Loading…
Reference in New Issue
Block a user