Friday, February 28, 2020

Working with JSON in C++

In this article, using JsonCpp library and wxJson library to work with JSON (JavaScript Object Notation) in C++ is discussed.


JsonCpp

A convenient way to use JsonCpp is adding its amalgamated source. At first, get the source from the official repository,

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

by entering the following command.

$ git clone https://github.com/open-source-parsers/jsoncpp.git