jsonhandler.h 205 B

1234567891011
  1. #ifndef JSONHANDLER_H
  2. #define JSONHANDLER_H
  3. #include "qmlhandler.h"
  4. #include <json/json.h>
  5. namespace JsonHandler {
  6. void parseJSON(std::string buffer);
  7. } // namespace JsonHandler
  8. #endif // JSONHANDLER_H