aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/qtest/json_parse/good-10.json
diff options
context:
space:
mode:
Diffstat (limited to 'libtests/qtest/json_parse/good-10.json')
-rw-r--r--libtests/qtest/json_parse/good-10.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/libtests/qtest/json_parse/good-10.json b/libtests/qtest/json_parse/good-10.json
new file mode 100644
index 00000000..8f2d46b3
--- /dev/null
+++ b/libtests/qtest/json_parse/good-10.json
@@ -0,0 +1,4 @@
+{
+ "a": [1, 2, {"x": "y"}, 3, {"keep": "not in final output"}],
+ "keep": [1, null, 2, false, "keep", 3, ["this", "keep", "not", "final"]]
+}