summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/json/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/qmake/testdata/json/test.json')
-rw-r--r--tests/auto/tools/qmake/testdata/json/test.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/tools/qmake/testdata/json/test.json b/tests/auto/tools/qmake/testdata/json/test.json
new file mode 100644
index 0000000000..cc82908eba
--- /dev/null
+++ b/tests/auto/tools/qmake/testdata/json/test.json
@@ -0,0 +1,9 @@
+{
+ "array" : ["arrayItem1", "arrayItem2", "arrayItem3"],
+ "object" : { "key1" : "objectValue1", "key2" : "objectValue2" },
+ "string" : "test string",
+ "number" : 999,
+ "true" : true,
+ "false" :false,
+ "null" : null
+}