#ifndef JSONPROCESSOR_H #define JSONPROCESSOR_H class JsonProcessor { public: JsonProcessor(); }; #endif // JSONPROCESSOR_H