jsoncpp/test/data/test_comment_01.json

9 lines
150 B
JSON
Raw Normal View History

2011-06-21 21:53:02 +00:00
{
"test":
[
{ "a" : "aaa" }, // Comment for a
{ "b" : "bbb" }, // Comment for b
{ "c" : "ccc" } // Comment for c
]
}