{
  // comment
  "test": "foo", // comment
  "test2": "foo // bar", // more comments
  /*
  "test3": "baz"
  */
  "test4": "foo /* bar", /* comment */
  "te//": "foo",
  "te/*": "bar",
  "\\\"": "\\" /* comment */
}
