config-loader/test/config.json

12 lines
180 B
JSON
Raw Normal View History

2020-06-05 10:11:45 +00:00
{
"strKey": "string value",
"intKey": 1000,
"boolKey": true,
"floatKey": 1.2345,
"strArr": ["arr1"],
"objKey": {
"name": "name"
},
"arrObj": [{"key": "val"}]
}