C++ uses Json


layout: post
title: “C++ Json”
date: 2016-07-15 16:03
comments: true
tags:
- Json
- rapidjson
- JsonCpp
- ggicci–json
- nlohmann
- C++
- 随笔


Using json in C++

JsonCpp

download:

https://github.com/open-source-parsers/jsoncpp

https://sourceforge.net/projects/jsoncpp/

https://github.com/open-source-parsers/jsoncpp/archive/1.7.4.zip

use:

Configuration:

I am using JsonCpp1.7.4. After decompression, I directly copy the include and src to my own project.

Append include directories to your project

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=324074575&siteId=291194637