#include #include void f(){ boost::property_tree::ptree pt; boost::property_tree::read_json(std::cin, pt); }