1{
2  "quotes": {
3    "num1": "1,2",
4    "num2": "-1.1 ,",
5    "num3": "1e10 ,2",
6    "num4": "-1e-10,",
7    "kw1": "true,",
8    "kw2": "false ,",
9    "kw3": "null,123",
10    "close1": "1}",
11    "close1b": "1 }",
12    "close2": "1]",
13    "close2b": "1 ]",
14    "close3": "1,",
15    "close3b": "1 ,",
16    "comment1": "1#str",
17    "comment2": "1//str",
18    "comment3": "1/*str*/",
19    "punc1": "{",
20    "punc1b": "{foo",
21    "punc2": "}",
22    "punc2b": "}foo",
23    "punc3": "[",
24    "punc3b": "[foo",
25    "punc4": "]",
26    "punc4b": "]foo",
27    "punc5": ",",
28    "punc5b": ",foo",
29    "punc6": ":",
30    "punc6b": ":foo"
31  },
32  "noquotes": {
33    "num0": ".1,2",
34    "num1": "1.1.1,2",
35    "num2": "-.1,",
36    "num3": "1e10e,2",
37    "num4": "-1e--10,",
38    "kw1": "true1,",
39    "kw2": "false0,",
40    "kw3": "null0,",
41    "close1": "a}",
42    "close2": "a]",
43    "comment1": "a#str",
44    "comment2": "a//str",
45    "comment3": "a/*str*/"
46  }
47}