Sign in
pigweed
/
third_party
/
github
/
open-source-parsers
/
jsoncpp
/
7d868636de3380abd6bdbbc2fdaafbf751e06dbd
/
.
/
test
/
data
/
test_preserve_comment_01.json
blob: fabd55dd96639ea5ec7759b5b54d35a1b74bcbef [
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
.
*/