summaryrefslogtreecommitdiff
path: root/tests/examplefiles/json/json-with-spaces.json.output
blob: da3b18d751b4d7680f377735a633409fb02295aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
'{'           Punctuation
'"foo"'       Name.Tag
' '           Text.Whitespace
':'           Punctuation
' '           Text.Whitespace
'"bar bar\tbar"' Literal.String.Double
' '           Text.Whitespace
','           Punctuation
' '           Text.Whitespace
'"baz"'       Name.Tag
':'           Punctuation
' '           Text.Whitespace
'['           Punctuation
'\t'          Text.Whitespace
'{'           Punctuation
' '           Text.Whitespace
'"a"'         Name.Tag
'    '        Text.Whitespace
':'           Punctuation
'\n    '      Text.Whitespace
'23'          Literal.Number.Integer
'\t'          Text.Whitespace
'}'           Punctuation
'\n    \n    ' Text.Whitespace
'],'          Punctuation
' '           Text.Whitespace
'"fobar"'     Name.Tag
':'           Punctuation
' '           Text.Whitespace
'['           Punctuation
'\t'          Text.Whitespace
'{'           Punctuation
' '           Text.Whitespace
'"c  d"'      Name.Tag
'    '        Text.Whitespace
':'           Punctuation
'\n\t '       Text.Whitespace
'23'          Literal.Number.Integer
'\t\t'        Text.Whitespace
'}'           Punctuation
'\n\t\t\n\t\t' Text.Whitespace
']'           Punctuation
'\n\n'        Text.Whitespace

'}'           Punctuation
'\n'          Text.Whitespace