How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Header-only TOML config file parser and serializer for C++17.
The main features of marzer/tomlplusplus are: Configuration Parsers, Data Formats, Data Formats and Parsing, Serialization and Parsing.
Projects with overlapping indexed features include: nlohmann/json — This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured… d99kris/rapidcsv — C++ CSV parser library. benhoyt/inih — Simple .INI file parser in C, good for embedded systems. brofield/simpleini — Cross-platform C++ library providing a simple API to read and write INI-style configuration files. ben-strasser/fast-cpp-csv-parser — fast-cpp-csv-parser. cppalliance/json — A C++11 library for parsing and serializing JSON to and from a DOM container in memory.
This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured data. It provides a recursive variant data model that represents arbitrary structures as native types, allowing developers to navigate, modify, and patch hierarchical data using standard pointer paths and declarative update patterns. The project distinguishes itself through its template-based architecture, which enables type-safe data structures and custom type mapping at compile time. It offers a unified interface for binary format abstraction, supporting multiple compact repre
Cross-platform C++ library providing a simple API to read and write INI-style configuration files
fast-cpp-csv-parser
Simple .INI file parser in C, good for embedded systems