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

4 lines
91 B
C++

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