2021-10-11 22:05:45 +08:00

19 lines
227 B
C++

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