mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-01-09 03:08:30 +01:00
7 lines
98 B
JSON
7 lines
98 B
JSON
|
// comment head
|
||
|
{
|
||
|
// comment before
|
||
|
"key" : "value"
|
||
|
// comment after
|
||
|
}// comment tail
|