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