File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed
Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 11.={}
2+ // Comment for array
23.test=[]
34.test[0]={}
45.test[0].a="aaa"
Original file line number Diff line number Diff line change 11{
22 "test" :
3+ // Comment for array
34 [
45 { "a" : " aaa" }, // Comment for a
56 { "b" : " bbb" }, // Comment for b
Original file line number Diff line number Diff line change 1111// Multiline comment cpp-style
1212// Second line
1313.cpp-test.c=3
14- .cpp-test.d=4
14+ // Comment before double
15+ .cpp-test.d=4.1
16+ // Comment before string
17+ .cpp-test.e="e-string"
18+ // Comment before true
19+ .cpp-test.f=true
20+ // Comment before false
21+ .cpp-test.g=false
22+ // Comment before null
23+ .cpp-test.h=null
Original file line number Diff line number Diff line change 1212 // Multiline comment cpp-style
1313 // Second line
1414 "c" : 3 ,
15- "d" : 4
15+ // Comment before double
16+ "d" : 4.1 ,
17+ // Comment before string
18+ "e" : " e-string" ,
19+ // Comment before true
20+ "f" : true ,
21+ // Comment before false
22+ "g" : false ,
23+ // Comment before null
24+ "h" : null
1625 }
1726}
You can’t perform that action at this time.
0 commit comments