2007-06-14 21:01:26 +00:00
|
|
|
/* A comment
|
|
|
|
at the beginning of the file.
|
|
|
|
*/
|
|
|
|
{
|
|
|
|
"first" : 1, // comment after 'first' on the same line
|
|
|
|
|
|
|
|
/* Comment before 'second'
|
|
|
|
*/
|
|
|
|
"second" : 2
|
|
|
|
}
|
|
|
|
|
2021-01-09 22:39:07 -06:00
|
|
|
/* A comment at
|
2007-06-14 21:01:26 +00:00
|
|
|
the end of the file.
|
|
|
|
*/
|