awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
marzer avatar

marzer/tomlplusplus

0
View on GitHub↗
2,077 stars·201 forks·C++·MIT·15 viewsmarzer.github.io/tomlplusplus↗

Tomlplusplus

Header-only TOML config file parser and serializer for C++17.

Features

  • Configuration Parsers - Header-only TOML parser and serializer.
  • Data Formats - TOML parser and serializer for C++17.
  • Data Formats and Parsing - TOML parser and serializer.
  • Serialization and Parsing - Header-only C++17 library for parsing TOML.

Star history

Star history chart for marzer/tomlplusplusStar history chart for marzer/tomlplusplus

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.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does marzer/tomlplusplus do?

Header-only TOML config file parser and serializer for C++17.

What are the main features of marzer/tomlplusplus?

The main features of marzer/tomlplusplus are: Configuration Parsers, Data Formats, Data Formats and Parsing, Serialization and Parsing.

Which projects share features with marzer/tomlplusplus?

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.

Projects sharing features with Tomlplusplus

These projects share indexed features with Tomlplusplus. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • nlohmann/jsonnlohmann avatar

    nlohmann/json

    49,944View on GitHub↗

    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

    C++bsoncborheader-only
    View on GitHub↗49,944
  • brofield/simpleinibrofield avatar

    brofield/simpleini

    1,306View on GitHub↗

    Cross-platform C++ library providing a simple API to read and write INI-style configuration files

    C++
    View on GitHub↗1,306
  • ben-strasser/fast-cpp-csv-parserben-strasser avatar

    ben-strasser/fast-cpp-csv-parser

    2,358View on GitHub↗

    fast-cpp-csv-parser

    C++
    View on GitHub↗2,358
  • benhoyt/inihbenhoyt avatar

    benhoyt/inih

    3,007View on GitHub↗

    Simple .INI file parser in C, good for embedded systems

    C++cconfigparserembedded-systems
    View on GitHub↗3,007
Compare all 30 related projects→