aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/qbs-config-import-export/config.json
blob: edcaf238afdcfd706dd9290dad48e7d2cfe44ca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "group": {
        "key1": "value1",
        "key2": "value2"
    },
    "key": "value",
    "listKey": [
        "valueOne",
        "valueTwo"
    ]
}