Configuru
Config parser library
A JSON parser/writer for C++11 with features like error messages and pretty printing.
Experimental config library for C++
140 stars
13 watching
27 forks
Language: C++
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
beached/daw_json_link_config_parser | An example C++ project to parse a specific configuration file format | 1 |
jkcfg/jk | A tool for writing structured configuration files using a general-purpose language | 406 |
vincenthz/libjson | A lightweight JSON parser and printer library for C. | 282 |
tunnuz/json | A C++ JSON parser that builds an in-memory tree representing the JSON structure. | 41 |
cesanta/frozen | A JSON parsing and generation tool for C/C++ with scanf-like interface. | 709 |
zaach/jsonlint | A JSON parser and validator with a CLI. | 1,948 |
vstakhov/libucl | A C library for parsing and generating configuration files in a simplified, human-readable format inspired by the Nginx configuration syntax. | 1,635 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
hjson/hjson-cpp | A C++ library for parsing and generating JSON data | 69 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,286 |
kassane/json | A lightweight C++ JSON library with intuitive syntax and minimal dependencies | 1 |
rudolph-miller/jonathan | A JSON encoder and decoder implemented in Common Lisp. | 164 |
vrischmann/envconfig | A library to parse configuration from environment variables and fill structs. | 241 |
teskalabs/cysimdjson | A high-performance JSON parsing library for Python | 365 |
davisp/jiffy | A C++ JSON parser implemented as an Erlang NIF. | 871 |