mirror of
https://github.com/ComodoSecurity/openedr/
synced 2026-06-06 15:24:33 +00:00
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
|
|
]
|
|
}
|