hyperrealm / libconfig

C/C++ library for processing configuration files
https://hyperrealm.github.io/libconfig/
GNU Lesser General Public License v2.1
1.11k stars 362 forks source link

Array of string/bool #206

Closed hbadi closed 3 years ago

hbadi commented 3 years ago

Hi,

Is there a way to read an array of string/bool/int ? I'd like to read something like L = ["foo1", "foo2"]; or L = ("foo1","foof2");

Thanks

hyperrealm commented 3 years ago

Yes this is supported. Please refer to the documentation at https://hyperrealm.github.io/libconfig/libconfig_manual.html