aboutsummaryrefslogtreecommitdiff
path: root/test/data/legacy_test_comment_01.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/legacy_test_comment_01.json')
-rw-r--r--test/data/legacy_test_comment_01.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/data/legacy_test_comment_01.json b/test/data/legacy_test_comment_01.json
new file mode 100644
index 0000000..6defe40
--- /dev/null
+++ b/test/data/legacy_test_comment_01.json
@@ -0,0 +1,10 @@
+{
+ "test":
+ // Comment for array
+ [
+ // Comment within array
+ { "a" : "aaa" }, // Comment for a
+ { "b" : "bbb" }, // Comment for b
+ { "c" : "ccc" } // Comment for c
+ ]
+}