summaryrefslogtreecommitdiffstats
path: root/tools/json_comment_eater/everything_expected.json
blob: 3fa02c15dc702111e1f9646c03306f07dc70bae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13





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