Import civetweb ans jsoncpp
This commit is contained in:
10
3P/jsoncpp/test/data/test_comment_01.json
Normal file
10
3P/jsoncpp/test/data/test_comment_01.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"test":
|
||||
// Comment for array
|
||||
[
|
||||
// Comment within array
|
||||
{ "a" : "aaa" }, // Comment for a
|
||||
{ "b" : "bbb" }, // Comment for b
|
||||
{ "c" : "ccc" } // Comment for c
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user