1 {
2 /* C-style comment
3
4 C-style-2 comment */
5 "c-test" : {
6 "a" : 1,
7 /* Internal comment c-style */
8 "b" : 2
9 },
10 // C++-style comment
11 "cpp-test" : {
12 // Multiline comment cpp-style
13 // Second line
14 "c" : 3,
15 "d" : 4
16 }
17 }
18