Add testfiles
This commit is contained in:
25
testfiles/test4.json
Normal file
25
testfiles/test4.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "test-config",
|
||||
"version": "1.0.0",
|
||||
"enabled": false,
|
||||
"settings": {
|
||||
"timeout": 30,
|
||||
"retries": 3,
|
||||
"performance": {
|
||||
"multiplier": 1.0,
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "item1",
|
||||
"value": 10
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "item2",
|
||||
"value": 20
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user