C++ 的 YAML 序列化库?

2022-01-14 00:00:00 serialization persistence yaml c++ boost

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.

解决方案

A quick search gave me this: yaml-cpp

相关文章