diff --git a/docs/libraries/text-data.md b/docs/libraries/text-data.md index ed92029..0096b56 100644 --- a/docs/libraries/text-data.md +++ b/docs/libraries/text-data.md @@ -28,13 +28,23 @@ description: C++ のテキストデータライブラリの紹介 ## XML +- [Boost.PropertyTree](https://github.com/boostorg/property_tree) BSL 1.0 (内部実装に RapidXml を使用) +- [pugixml](https://github.com/zeux/pugixml) MIT +- [RapidXml](http://rapidxml.sourceforge.net/) BSL 1.0 +- [TinyXML-2](https://github.com/leethomason/tinyxml2) zlib ## CSV +- [Boost.Tokenizer](https://github.com/boostorg/tokenizer) BSL 1.0 +- [Fast C++ CSV Parser](https://github.com/ben-strasser/fast-cpp-csv-parser) BSD 3-Clause +- [Vince's CSV Parser](https://github.com/vincentlaucsb/csv-parser) MIT ## INI +- [Boost.PropertyTree](https://github.com/boostorg/property_tree) BSL 1.0 +- [inicpp](https://github.com/SemaiCZE/inicpp) MIT +- [.ini parser](https://github.com/Poordeveloper/ini-parser) MIT ## YAML - +- [yaml-cpp](https://github.com/jbeder/yaml-cpp) MIT