Boost C++ Libraries: Ticket #6668: support overloads of read_xxx from boost::filesystem::path https://svn.boost.org/trac10/ticket/6668 <p> It would be great to have overloads of </p> <p> read_info read_json read_xml read_ini </p> <p> from boost::filesystem::path. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6668 Trac 1.4.3 gast128@… Fri, 01 Mar 2013 09:19:14 GMT <link>https://svn.boost.org/trac10/ticket/6668#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6668#comment:1</guid> <description> <p> Maybe this could be extended to a whole data format library. Some supported forms: </p> <ul><li>xml </li><li>json </li><li>yaml </li><li>hdf5 </li><li>etc. </li></ul><p> Now property_tree and serialization library implement their own (limited) set of xml writing and parsing. Especially Boost.Serialization is very critical on the input of xml (e.g. spaces in incorrect places lead to errors. In fact the only guaranteed way is to let Boost.Serialization do the writing to xml). However a data format library with modern c++ (and support for large data sets, i.e. the possibility that the data is not loaded in memory at once) is a proposal for its own. </p> </description> <category>Ticket</category> </item> </channel> </rss>