1. 在数据编辑器中导入Excel文件

2. 导出Json文件,选择属性模式

3. 使用文本编辑器查看Json数据

4. 在程序中添加Json解析函数
void
getJsonFromFile(
const
char
* fileName, rapidjson::Document &jsonDict)
{
|
void
getJsonFromFile(
const
char
* fileName, rapidjson::Document &jsonDict)
{
|