Closed obenno closed 4 years ago
Dear oben,
I think this file was treated as the 'INI' type. You can set the file.type
to toml
for correct parsing.
I will add the filename check process to fix this. Thanks.
Best wishes, Jianfeng
Hi Jianfeng,
Thanks for the fixing.
Regards, oben
Hi
I'm using configr to parse a TOML file. It seems that array in TOML is not correctly parsed.
Please find a minimum working example below:
Thanks, oben