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/full.json
Normal file
5
test_data/full.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"String": "default string",
|
||||
"Invariant": "should not change",
|
||||
"Int": 1
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue