Files
Faset_Engine/include/faset/core/json.hpp
T

6 lines
91 B
C++

#pragma once
#include <nlohmann/json.hpp>
namespace faset {
using Json = nlohmann::json;
}