summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/json/test.json
blob: cc82908eba49e2f3241e0c904bb7ca7fc400e905 (plain)
1
2
3
4
5
6
7
8
9
{
    "array" : ["arrayItem1", "arrayItem2", "arrayItem3"],
    "object" : { "key1" : "objectValue1", "key2" : "objectValue2" },
    "string" : "test string",
    "number" : 999,
    "true" : true,
    "false" :false,
    "null" : null
}