Sign in
chromium
/
external
/
github.com
/
open-source-parsers
/
jsoncpp
/
65bb1b1c1d8019dc72279c12bb74df92925dfd5e
/
.
/
test
/
data
/
legacy_test_preserve_comment_01.json
blob: 21b5ea7fa1448156132248b08081eb88b7c3ab4d [
file
]
/*
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
.
*/