Skip to content

Instantly share code, notes, and snippets.

View Luan-Daniel's full-sized avatar

Luan Daniel de Oliveira Melo Luan-Daniel

  • Araranguá - SC, Brazil
  • 19:48 (UTC -03:00)
View GitHub Profile
@Luan-Daniel
Luan-Daniel / _simple_json.cpp
Last active January 22, 2022 01:40
Very simple json parser/emitter for C++.
//json parser
#include <string>
#include <vector>
#include <exception>
#include <sstream>
#include <variant>
#include <unordered_map>
#include <memory>
//file iostream