toml VS tomlplusplus

Compare toml vs tomlplusplus and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
toml tomlplusplus
45 23
19,077 1,376
0.7% -
4.3 6.4
20 days ago 9 days ago
Python C++
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

toml

Posts with mentions or reviews of toml. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-07.

tomlplusplus

Posts with mentions or reviews of tomlplusplus. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-06.
  • how to handle config files in c++?
    2 projects | /r/cpp_questions | 6 Mar 2023
    Unless you want to make your own config file parser as an exercise (which is a good idea) I'd recommend using toml++.
  • Cmake fetchContent not working in a docker container.
    4 projects | /r/cpp_questions | 15 Nov 2022
    [ 11%] Creating directories for 'tomlplusplus-populate' [ 22%] Performing download step (git clone) for 'tomlplusplus-populate' Cloning into 'tomlplusplus-src'... fatal: unable to access 'https://github.com/marzer/tomlplusplus.git/': server certificate verification failed. CAfile: none CRLfile: none Cloning into 'tomlplusplus-src'... fatal: unable to access 'https://github.com/marzer/tomlplusplus.git/': server certificate verification failed. CAfile: none CRLfile: none Cloning into 'tomlplusplus-src'... fatal: unable to access 'https://github.com/marzer/tomlplusplus.git/': server certificate verification failed. CAfile: none CRLfile: none -- Had to git clone more than once: 3 times. CMake Error at tomlplusplus-subbuild/tomlplusplus-populate-prefix/tmp/tomlplusplus-populate-gitclone.cmake:31 (message): Failed to clone repository: 'https://github.com/marzer/tomlplusplus.git' gmake[2]: *** [CMakeFiles/tomlplusplus-populate.dir/build.make:102: tomlplusplus-populate-prefix/src/tomlplusplus-populate-stamp/tomlplusplus-populate-download] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/tomlplusplus-populate.dir/all] Error 2 gmake: *** [Makefile:91: all] Error 2 CMake Error at /usr/share/cmake-3.22/Modules/FetchContent.cmake:1087 (message): Build step for tomlplusplus failed: 2 Call Stack (most recent call first): /usr/share/cmake-3.22/Modules/FetchContent.cmake:1216:EVAL:2 (__FetchContent_directPopulate) /usr/share/cmake-3.22/Modules/FetchContent.cmake:1216 (cmake_language) /usr/share/cmake-3.22/Modules/FetchContent.cmake:1259 (FetchContent_Populate) src/CMakeLists.txt:15 (FetchContent_MakeAvailable) -- Configuring incomplete, errors occurred!
    4 projects | /r/cpp_questions | 15 Nov 2022
    It's a public repo - this one: https://github.com/marzer/tomlplusplus but thank you
  • Poxy - a Doxygen frontend - v0.9.0 released
    3 projects | /r/cpp | 3 Oct 2022
    For a live demo, see the toml++ homepage: https://marzer.github.io/tomlplusplus/
  • toml++ v3.2.0 released
    4 projects | /r/cpp | 29 Aug 2022
    Full changelog here.
    4 projects | /r/cpp | 29 Aug 2022
    Key links: - Homepage: https://marzer.github.io/tomlplusplus/ - Repository: https://github.com/marzer/tomlplusplus - "What is TOML?": https://toml.io/
    4 projects | /r/cpp | 29 Aug 2022
  • toml++ v3.1.0 released
    4 projects | /r/cpp | 24 Apr 2022
    Full changelog here.
    4 projects | /r/cpp | 24 Apr 2022
    Key links: - Homepage: https://marzer.github.io/tomlplusplus/ - Repository: https://github.com/marzer/tomlplusplus - "What is TOML?": https://toml.io/
    4 projects | /r/cpp | 24 Apr 2022

What are some alternatives?

When comparing toml and tomlplusplus you can also consider the following projects:

tomli - A lil' TOML parser

toml11 - TOML for Modern C++

json5 - JSON5 — JSON for Humans

starship - ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

dhall - Maintainable configuration files

Magic Enum C++ - Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code

docker-selenium - Provides a simple way to run Selenium Grid with Chrome, Firefox, and Edge using Docker, making it easier to perform browser automation

toml - Python lib for TOML

libconfini - Yet another INI parser

json_test_data - Test data for nlohmann/json

cmkr - Modern build system based on CMake and TOML.

black - The uncompromising Python code formatter