git-subtree-dir: deps/ox/deps/jsoncpp git-subtree-split: 5defb4ed1a4293b8e2bf641e16b156fb9de498cc
11 lines
206 B
JSON
11 lines
206 B
JSON
{
|
|
"test":
|
|
// Comment for array
|
|
[
|
|
// Comment within array
|
|
{ "a" : "aaa" }, // Comment for a
|
|
{ "b" : "bbb" }, // Comment for b
|
|
{ "c" : "ccc" } // Comment for c
|
|
]
|
|
}
|