Skip to content

Instantly share code, notes, and snippets.

@connormanning
connormanning / curl_jsoncpp_example.cpp
Last active December 22, 2024 19:42
Curl HTTP GET and JsonCpp parsing - basic functionality
#include <cstdint>
#include <iostream>
#include <memory>
#include <string>
#include <curl/curl.h>
#include <json/json.h>
namespace
{