summaryrefslogtreecommitdiffstats
path: root/tools/json_comment_eater/everything_expected.json
blob: 5c6442c29c5129e5b3f6d34d0c301e4a55264b7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18





{ "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"
}