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.
Header-only TOML config file parser and serializer for C++17.
TOML for Modern C++
Cross-platform C++ library providing a simple API to read and write INI-style configuration files
Common Lisp JSON handling library (not a parser!), with the aim for convenience and brevity.
This is a header only C++ version of inih.
The main features of jtilly/inih are: Configuration Parsers, Data Formats.
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.