JSON.h 254 B

12345678910111213141516
  1. #ifndef UTIL_JSON_H
  2. #define UTIL_JSON_H
  3. #include "Libraries/JSON/nlohmann/json.hpp"
  4. namespace PresenceDetection {
  5. namespace Util {
  6. using namespace nlohmann;
  7. typedef json JSON;
  8. } // namespace Util
  9. } // namespace DomoticaServer
  10. #endif // UTIL_JSON_H