Demonstrates using c++ async to retrieve data from a webservice via Curl and deserializing the data to a C++ class via JsonCPP
Dependencies
- CMake
- C++17
- JsonCPP https://github.com/open-source-parsers/jsoncpp
- Curl
cd build
cmake ..
make
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Demonstrates using c++ async to retrieve data from a webservice via Curl and deserializing the data to a C++ class via JsonCPP
Dependencies
cd build
cmake ..
make