5 lines
83 B
C++
5 lines
83 B
C++
|
#pragma once
|
||
|
|
||
|
#include "../../json_nlohmann/json.hpp"
|
||
|
|
||
|
using json = nlohmann::json;
|