Tests/Unit/TestData/config.json
|
{ "MyString": "This is a test JSON config file!", "MyIntegerPositive": 42, "MyIntegerNegative": -153, "MyBooleanTrue": true, "MyBooleanFalse": false, "MyArray": [ "Lorem", "Ipsum" ], "MyHashtable": { "Foo": "Bar", "Hello": "World" } } |