This commit is contained in:
Andrey Zimin 2024-05-15 09:10:43 +03:00
parent 77bcf570b4
commit c021852e28

View File

@ -6,6 +6,10 @@
#include "hack/concepts/concepts.hpp"
#include "nlohmann/json.hpp"
// HERE
// начинаем тут
// уйти от конкретного json
// сделать все через шаблоны с концептом запроса на существование нужных методов
namespace hack::utils
{
using JSON = nlohmann::json;