テキストデータ¶
JSON¶
- ArduinoJson MIT
- JsonCpp MIT / Public domain
- dropbox/json11 MIT
- hjiang/jsonxx MIT
- nlohmann/json MIT
- PicoJSON BSD 2-Clause
- RapidJSON MIT
- sajson MIT
- simdjson Apache License 2.0
- Boost.JSON BSL-1.0
ベンチマーク¶
TOML¶
XML¶
- Boost.PropertyTree BSL 1.0
- 内部実装に RapidXml を使用
- pugixml MIT
- RapidXml BSL 1.0
- TinyXML-2 zlib
CSV¶
- Boost.Tokenizer BSL 1.0
- Fast C++ CSV Parser BSD 3-Clause
- Vince's CSV Parser MIT
INI¶
- Boost.PropertyTree BSL 1.0
- inicpp MIT
- .ini parser MIT
YAML¶
- yaml-cpp MIT