Convert the roles from old one to new
[apps/agl-service-windowmanager-2017.git] / src / json_helper.hpp
index 125473e..38b3c8c 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef TMCAGLWM_JSON_HELPER_HPP
 #define TMCAGLWM_JSON_HELPER_HPP
 
+#include <json-c/json.h>
 #include "../include/json.hpp"
 #include "wayland_ivi_wm.hpp"
 
@@ -26,4 +27,9 @@ json_object *to_json(compositor::screen const *s);
 json_object *to_json(compositor::controller::props_map const &s);
 json_object *to_json(std::vector<uint32_t> const &v);
 
+namespace jh {
+const char* getStringFromJson(json_object* obj, const char* key);
+int inputJsonFilie(const char* file, json_object** obj);
+}  // namespace jh
+
 #endif // TMCAGLWM_JSON_HELPER_HPP