5 #ifndef JODA_JSONINTERFACE_H
6 #define JODA_JSONINTERFACE_H
34 void showJSON(
const std::shared_ptr<JSONStorage>& store,
size_t index);
47 void destroyWindows();
48 void destroyWindow(WINDOW* local_win);
49 static std::wstring getWString(std::string& str);
Definition: JSONInterface.h:17
virtual ~JSONInterface()
Definition: JSONInterface.cpp:16
JSONInterface()
Definition: JSONInterface.cpp:14
void showJSON(const std::shared_ptr< JSONStorage > &store, size_t index)
Definition: JSONInterface.cpp:75