Skip to content

Instantly share code, notes, and snippets.

View markand's full-sized avatar
🙀

David Demelier markand

🙀
View GitHub Profile
View parser.cpp
#include <type_traits>
#include <json.hpp>
class parser {
public:
template <typename Type>
class result;
private: