blob: 80632cb64b21195b03d431b44970fb0a2bf94439 [file] [log] [blame]
{
// comment
"test": "foo", // comment
"test2": "foo // bar", // more comments
/*
"test3": "baz"
*/
"test4": "foo /* bar", /* comment */
"te//": "foo",
"te/*": "bar",
"\\\"": "\\" /* comment */
}