YAML serialization library for C++?

前端 未结 3 532
旧巷少年郎
旧巷少年郎 2020-12-28 18:31

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? Doe

3条回答
  •  感动是毒
    2020-12-28 18:42

    Try the YAML component from the BOOST vault serialization library.

    EDIT 2014: A recent development, https://groups.google.com/d/msg/boost-devel-archive/mhT7qIh1nsI/uXAuXFAWrxQJ

    EDIT 2019: Didn't try it yet, but this seems to be a serious take: https://github.com/rwols/yaml-archive

提交回复
热议问题