Add testfiles
This commit is contained in:
30
testfiles/test2.json
Normal file
30
testfiles/test2.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"enabled": false,
|
||||
"items": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "item1",
|
||||
"value": 80
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "item2",
|
||||
"value": 160
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "item3",
|
||||
"value": 240
|
||||
}
|
||||
],
|
||||
"name": "test-config",
|
||||
"settings": {
|
||||
"performance": {
|
||||
"enabled": true,
|
||||
"multiplier": 1.5
|
||||
},
|
||||
"retries": 3,
|
||||
"timeout": 30
|
||||
},
|
||||
"version": "3.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user