Simple C++ demo retrieving data from a web service Demonstrates using c++ async to retrieve data from a webservice via Curl and deserializing the data to a C++ class via JsonCPP Requirements Dependencies CMake C++17 JsonCPP https://github.com/open-source-parsers/jsoncpp Curl Build cd build cmake .. make