File: test_comment_01.json

package info (click to toggle)
libjsoncpp 1.7.2-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 1,720 kB
  • sloc: cpp: 8,041; python: 1,557; ansic: 168; makefile: 41; sh: 33
file content (10 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
{
    "test":
    // Comment for array
    [
       // Comment within array
       { "a" : "aaa" }, // Comment for a
       { "b" : "bbb" }, // Comment for b
       { "c" : "ccc" } // Comment for c
    ]
}