YAML serialization library for C++?

前端 未结 3 489
旧巷少年郎
旧巷少年郎 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:41

    A quick search gave me this: yaml-cpp

    0 讨论(0)
  • 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

    0 讨论(0)
  • 2020-12-28 19:03

    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.

    0 讨论(0)
提交回复
热议问题