Trying to create a C++ program that can request and parse Steamladder API data
nlohmann's JSON parser https://github.com/nlohmann/json
libcurl https://curl.haxx.se/libcurl/
https://github.com/nlohmann/json#license MIT License Copyright © 2013-2019 Niels Lohmann
https://curl.haxx.se/docs/copyright.html Copyright (c) 1996 - 2020, Daniel Stenberg, daniel@haxx.se, and many contributors, see the THANKS file.