chromium/tools/json_comment_eater/everything_expected.json






{ "namespace": "test",
  "comments": "yo",  
  "strings": "yes",  
  "escaped\"": "string\"isescaped",
  "more//": "\"more",
  "so\\many": "\\\\escapes\\\\\"whoa",
  "comment//inmiddle": "of string",
  "comments": "yo",  
  "strings": "yes",  
  "more/*": "\"more",
  
  "and":  "in string"
}