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

jtilly/inih

0
View on GitHub↗
450 stars·94 forks·C++·11 viewsgithub.com/benhoyt/inih↗

Inih

This is a header only C++ version of inih.

Features

  • Configuration Parsers - Single-header C++ version of inih.
  • Data Formats - Header-only INI file parser.

Star history

Star history chart for jtilly/inihStar history chart for jtilly/inih

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 Inih

Similar open-source projects, ranked by how many features they share with Inih.
  • 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
  • toruniina/toml11ToruNiina avatar

    ToruNiina/toml11

    1,276View on GitHub↗

    TOML for Modern C++

    C++c-plus-plusc-plus-plus-11c-plus-plus-14
    View on GitHub↗1,276
  • 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
  • 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 Inih→

Frequently asked questions

What does jtilly/inih do?

This is a header only C++ version of inih.

What are the main features of jtilly/inih?

The main features of jtilly/inih are: Configuration Parsers, Data Formats.

What are some open-source alternatives to jtilly/inih?

Open-source alternatives to jtilly/inih include: toruniina/toml11 — TOML for Modern C++. marzer/tomlplusplus — Header-only TOML config file parser and serializer for C++17. brofield/simpleini — Cross-platform C++ library providing a simple API to read and write INI-style configuration files. atlas-engineer/njson — Common Lisp JSON handling library (not a parser!), with the aim for convenience and brevity. bohonghuang/yamson — Fast YAML and JSON parsers for Common Lisp. benhoyt/inih — Simple .INI file parser in C, good for embedded systems.