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:
- libraries: cairo—library for producing graphics in a device independent way, with C/C++ bindings
- libraries: curlpp—C++ library for fetching web pages
- libraries: jsoncpp—C++ library for decoding JSON
- libraries: pango—library for a library for laying out and rendering of text, with an emphasis on internationalization