Jpp
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
JPP
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Definition: JAAnetToolkit.hh:37
JSON
Definition: JSon.hh:11