Kill unused include of sched.h
[folly.git] / folly / test / json_test_data / commented.json
1 {
2   // comment
3   "test": "foo", // comment
4   "test2": "foo // bar", // more comments
5   /*
6   "test3": "baz"
7   */
8   "test4": "foo /* bar", /* comment */
9   "te//": "foo",
10   "te/*": "bar",
11   "\\\"": "\\" /* comment */
12 }