feat: add support for toml in addition to json
This commit is contained in:
parent
c3d51b1cc2
commit
e72c317bbb
22 changed files with 455 additions and 291 deletions
5
test_data/unknown.json
Normal file
5
test_data/unknown.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"String": "config string",
|
||||
"Int": 42,
|
||||
"Unknown": "foo"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue