Skip to content

Instantly share code, notes, and snippets.

View PanagiotisPtr's full-sized avatar
:shipit:
I use vim btw

Panagiotis Petridis PanagiotisPtr

:shipit:
I use vim btw
View GitHub Profile
@connormanning
connormanning / curl_jsoncpp_example.cpp
Last active August 11, 2022 04:35
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
{