mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-26 10:41:03 +08:00
be4a512887
Also add two newlines (rebased from `aaronfranke/formatting`) resolves #1220 Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
15 lines
205 B
JSON
15 lines
205 B
JSON
/* 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.
|
|
*/
|