// // Created by YuhangQ on 2021/10/9. // #ifndef INVODB_JSON_H #define INVODB_JSON_H #include #include "rapidjson/document.h" using namespace rapidjson; class JSON : public Document { }; #endif //INVODB_JSON_H