yaml-cpp parsing strings
Posted
by Jason
on Stack Overflow
See other posts from Stack Overflow
or by Jason
Published on 2010-05-11T17:40:10Z
Indexed on
2010/05/11
17:44 UTC
Read the original article
Hit count: 489
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.
© Stack Overflow or respective owner