feat: add support for toml in addition to json
All checks were successful
/ linting (push) Successful in 3m44s
/ tests (push) Successful in 27s

This commit is contained in:
Bruno Carlin 2024-05-06 11:19:26 +02:00
parent c3d51b1cc2
commit e72c317bbb
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D
22 changed files with 455 additions and 291 deletions

5
test_data/full.json Normal file
View file

@ -0,0 +1,5 @@
{
"String": "default string",
"Invariant": "should not change",
"Int": 1
}