jsoncpp/test/data/test_comment_01.json

11 lines
206 B
JSON
Raw Normal View History

2011-06-21 23:53:02 +02:00
{
"test":
// Comment for array
2011-06-21 23:53:02 +02:00
[
2015-01-20 22:16:44 +01:00
// Comment within array
2011-06-21 23:53:02 +02:00
{ "a" : "aaa" }, // Comment for a
{ "b" : "bbb" }, // Comment for b
{ "c" : "ccc" } // Comment for c
]
}