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
skystrife avatar

skystrife/cpptoml

0
View on GitHub↗
605 stars·139 forks·C++·MIT·10 views

Cpptoml

cpptoml is a header-only library for parsing TOML

Features

  • Data Formats - TOML parsing library.
  • Serialization and Parsing - Header-only library for TOML configuration files.

Star history

Star history chart for skystrife/cpptomlStar history chart for skystrife/cpptoml

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to Cpptoml

Similar open-source projects, ranked by how many features they share with Cpptoml.
  • marzer/tomlplusplusmarzer avatar

    marzer/tomlplusplus

    2,077View on GitHub↗

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

    C++
    View on GitHub↗2,077
  • 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
  • cppalliance/jsonCPPAlliance avatar

    CPPAlliance/json

    479View on GitHub↗

    A C++11 library for parsing and serializing JSON to and from a DOM container in memory.

    C++
    View on GitHub↗479
  • atlas-engineer/njsonatlas-engineer avatar

    atlas-engineer/njson

    24View on GitHub↗

    Common Lisp JSON handling library (not a parser!), with the aim for convenience and brevity.

    Common Lisp
    View on GitHub↗24
See all 30 alternatives to Cpptoml→

Frequently asked questions

What does skystrife/cpptoml do?

cpptoml is a header-only library for parsing TOML

What are the main features of skystrife/cpptoml?

The main features of skystrife/cpptoml are: Data Formats, Serialization and Parsing.

What are some open-source alternatives to skystrife/cpptoml?

Open-source alternatives to skystrife/cpptoml include: nlohmann/json — This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured… marzer/tomlplusplus — Header-only TOML config file parser and serializer for C++17. cppalliance/json — A C++11 library for parsing and serializing JSON to and from a DOM container in memory. atlas-engineer/njson — Common Lisp JSON handling library (not a parser!), with the aim for convenience and brevity. brofield/simpleini — Cross-platform C++ library providing a simple API to read and write INI-style configuration files. bohonghuang/yamson — Fast YAML and JSON parsers for Common Lisp.