boostorg / property_tree

Boost.org property_tree module
http://boost.org/libs/property_tree
55 stars 92 forks source link

Yaml Parser Support #110

Open sai-koushik-macha opened 12 months ago

sai-koushik-macha commented 12 months ago

So, will there be support for the yaml parser just like json parser. The requirement I am using json parser for reading purpose by reading json file and after reading I think it interally converts it into ptree. So, is it possible to do same with yaml