Question

YAML seems like a great format for configuration files & data binding persistent objects in human-readable form...

Is there a C++ library that handles YAML? Does Boost::Serialization have plans for a YAML option?

EDIT: I would prefer an OO library.

Was it helpful?

Solution

A quick search gave me this: yaml-cpp

OTHER TIPS

I found this, please if you use it let me know how it did it for you and post some example if possible,

https://code.google.com/p/google-summer-of-code-2008-boost/downloads/list

UPDATED link (as 2014), it seems to point to the same files as the BOOST vault answer.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top