4 lines
91 B
C++
4 lines
91 B
C++
#pragma once
|
|
#include <nlohmann/json.hpp>
|
|
namespace faset { using Json = nlohmann::json; }
|