config-cpp
config-cpp copied to clipboard
C++ Configuration management library inspired by the Viper package for golang.
Results
5
config-cpp issues
Sort by
recently updated
recently updated
newest added
Candidate libraries for parsing .ini files - https://github.com/mcmtroffaes/inipp (C++ header-only)
The following should establish a default value provided that there is no `subkey` in the top-level dictionary for JSON or YAML. ``` config.SetDefault("key.subkey","value"); ```