File: test_preserve_comment_01.json

package info (click to toggle)
libjsoncpp 0.6.0~rc2-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,216 kB
  • sloc: cpp: 5,226; python: 1,259; ansic: 82; makefile: 32
file content (14 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* A comment
   at the beginning of the file.
 */
{
   "first" : 1, // comment after 'first' on the same line

/* Comment before 'second'
 */
   "second" : 2
}

/* A comment at 
   the end of the file.
 */