#ifndef JSONHANDLER_H #define JSONHANDLER_H #include "qmlhandler.h" #include <json/json.h> namespace JsonHandler { void setQmlHandler(QMLHandler *q); void parseJSON(std::string buffer); } // namespace JsonHandler #endif // JSONHANDLER_H