yaml-cpp parsing strings
- by Jason
Am i missing some thing or isnt it possible to parse YAML formatted strings with yaml-cpp?
at least there isnt a YAML::Parser::Parser(std::string&) constructor.
i get a yaml-string via libcurl from a http-server.