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