blob: 27dc4950cbfec4a599abed100110c37745053191 [file]
/* super header comment
dont put the brace on another line
it is part of the test */{
"foo": "//bar//but//not//a/comment",
// a comment
// on multiple lines
//even without space at the beginning;
/* a long comment */
"another": 5,
"//object": {
// another comment
"sub": "fdmcd"
/*
super long comment
*/
}
}