From 8d2a0eda5a76a341ae6b597f58e874d9e3bd571c Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 1 May 2022 14:06:31 -0400 Subject: Add reactors to the JSON parser --- libtests/qtest/json_parse/good-10.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libtests/qtest/json_parse/good-10.json (limited to 'libtests/qtest/json_parse/good-10.json') 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"]] +} -- cgit v1.2.3-70-g09d2