目录
[TOC]
安装(Windows)
1、下载 : https://codeload.github.com/open-source-parsers/jsoncpp/zip/refs/tags/1.9.3
2、VSCode 打开项目,直接Cmake编译项目
3、得到libjsoncpp.a文件
4、新建项目就可以使用json了
项目配置
VS 项目配置g++
1 | { |
CMake 配置
使用
1 | int ReadJson(const std::string & strValue) |
人工智能,机器学习 学习记录
目录
[TOC]
1、下载 : https://codeload.github.com/open-source-parsers/jsoncpp/zip/refs/tags/1.9.3
2、VSCode 打开项目,直接Cmake编译项目
3、得到libjsoncpp.a文件
4、新建项目就可以使用json了
1 | { |
1 | int ReadJson(const std::string & strValue) |