This is sample code for the parsing JSON using C++.
Install Cygwin and make sure you select the following packages: gcc-g++, openssl-devel, libssh2-devel, libcurl-devel, libcurl4
You may need to close and reopen your console window to pickup the changes to the Windows environment.
To get a local copy of the required libcurl headers, execute the following command:
git clone https://github.com/bagder/curl.git
To get a local copy of the required RapidJSON headers, execute the following command:
git clone https://github.com/miloyip/rapidjson.git