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