Medial Code Documentation
Loading...
Searching...
No Matches
json.hpp
1#ifndef MEDIAL_INCLUDE_NLOHMANN_JSON_HPP_
2#define MEDIAL_INCLUDE_NLOHMANN_JSON_HPP_
3
4#include "nlohmann/json.hpp"
5
6// for convenience
7using json = nlohmann::json;
8
9#endif // MEDIAL_INCLUDE_NLOHMANN_JSON_HPP_