Pioneer
Json.h
Go to the documentation of this file.
1 // Copyright © 2008-2016 Pioneer Developers. See AUTHORS.txt for details
2 // Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
3 
4 #ifndef _JSON_H
5 #define _JSON_H
6 
7 #include "json/json.hpp"
8 using Json = nlohmann::json;
9 
10 #endif
nlohmann::json Json
Definition: Json.h:8