libraries: jsoncpp

C++ library for decoding JSON

The jsoncpp library allows you to decode json files using C++.

The example repo https://github.com/ucsb-cs32/jsoncpp-demo provides a Makefile that will compile and link on CSIL as of this writing (Feb 6, 2018), and a small demo program.

The starter code for the lab assignment provides a longer example that also incorporates curlpp:

Related topics: