Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JSon.hh
Go to the documentation of this file.
1 #ifndef __JSON__
2 #define __JSON__
3 
4 #include "json/json.hpp"
5 
6 
7 /**
8  * \author mdejong
9  */
10 
11 namespace JSON {}
12 namespace JPP { using namespace JSON; }
13 
14 namespace JSON {
15 
16  using nlohmann::json;
17 }
18 
19 #endif
nlohmann::json json