aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/qtest/json_parse/good-01.json
diff options
context:
space:
mode:
Diffstat (limited to 'libtests/qtest/json_parse/good-01.json')
-rw-r--r--libtests/qtest/json_parse/good-01.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/libtests/qtest/json_parse/good-01.json b/libtests/qtest/json_parse/good-01.json
new file mode 100644
index 00000000..3d6ce297
--- /dev/null
+++ b/libtests/qtest/json_parse/good-01.json
@@ -0,0 +1,3 @@
+{"a": "bcd", "e": [1,
+ 2, 3,4,"five", {"six": 7, "8": 9}, null, true,
+ false]}