Skip to content

Instantly share code, notes, and snippets.

@finalclass
finalclass / gist:3405616
Created August 20, 2012 16:36
Simple boost (v1.48) json reading
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser.hpp>
#include <boost/filesystem.hpp>
#include <boost/foreach.hpp>
#include <string>
#include <set>
#include <exception>
#include <typeinfo> //for 'typeid' to work